Home
last modified time | relevance | path

Searched refs:help_format (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c26 enum help_format { enum
33 static enum help_format parse_help_format(const char *format) in parse_help_format()
244 enum help_format *help_formatp = cb; in perf_help_config()
417 enum help_format help_format = HELP_FORMAT_MAN; in cmd_help() local
420 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), in cmd_help()
421 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", in cmd_help()
423 OPT_SET_UINT('i', "info", &help_format, "show info page", in cmd_help()
436 perf_config(perf_help_config, &help_format); in cmd_help()
461 switch (help_format) { in cmd_help()