Searched refs:help_format (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-help.c | 26 enum help_format { enum 33 static enum help_format help_format = HELP_FORMAT_MAN; variable 36 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), 37 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", 39 OPT_SET_UINT('i', "info", &help_format, "show info page", 49 static enum help_format parse_help_format(const char *format) in parse_help_format() 261 help_format = parse_help_format(value); in perf_help_config() 445 switch (help_format) { in cmd_help()
|