Searched refs:help_format (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-help.c | 39 enum help_format { enum 46 static enum help_format parse_help_format(const char *format) in parse_help_format() 276 enum help_format *help_formatp = cb; in perf_help_config() 430 enum help_format help_format = HELP_FORMAT_MAN; in cmd_help() local 433 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), in cmd_help() 434 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", in cmd_help() 436 OPT_SET_UINT('i', "info", &help_format, "show info page", in cmd_help() 459 rc = perf_config(perf_help_config, &help_format); in cmd_help() 480 switch (help_format) { in cmd_help() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-help.c | 41 enum help_format { enum 48 static enum help_format parse_help_format(const char *format) in parse_help_format() 278 enum help_format *help_formatp = cb; in perf_help_config() 433 enum help_format help_format = HELP_FORMAT_MAN; in cmd_help() local 436 OPT_SET_UINT('m', "man", &help_format, "show man page", HELP_FORMAT_MAN), in cmd_help() 437 OPT_SET_UINT('w', "web", &help_format, "show manual in web browser", in cmd_help() 439 OPT_SET_UINT('i', "info", &help_format, "show info page", in cmd_help() 462 rc = perf_config(perf_help_config, &help_format); in cmd_help() 483 switch (help_format) { in cmd_help() [all...] |
Completed in 2 milliseconds