help_format 46 tools/perf/builtin-help.c static enum help_format parse_help_format(const char *format) help_format 276 tools/perf/builtin-help.c enum help_format *help_formatp = cb; help_format 430 tools/perf/builtin-help.c enum help_format help_format = HELP_FORMAT_MAN; help_format 433 tools/perf/builtin-help.c OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), help_format 434 tools/perf/builtin-help.c OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", help_format 436 tools/perf/builtin-help.c OPT_SET_UINT('i', "info", &help_format, "show info page", help_format 459 tools/perf/builtin-help.c rc = perf_config(perf_help_config, &help_format); help_format 480 tools/perf/builtin-help.c switch (help_format) {