Searched refs:cmd_help (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/utils/ |
A D | cpupower.c | 25 static int cmd_help(int argc, const char **argv); 61 { "help", cmd_help, 0 }, 106 static int cmd_help(int argc, const char **argv) in cmd_help() function
|
/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
A D | isst-config.c | 43 static int cmd_help; variable 1296 if (cmd_help) { in dump_isst_config() 1408 if (cmd_help) { in set_tdp_level() 1474 if (cmd_help) { in dump_pbf_config() 1867 if (cmd_help) { in set_pbf_enable() 1927 if (cmd_help) { in dump_fact_config() 2032 if (cmd_help) { in set_fact_enable() 2171 if (cmd_help) { in set_clos_enable() 2218 if (cmd_help) { in dump_clos_config() 2260 if (cmd_help) { in dump_clos_info() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/resctrl/ |
A D | resctrl_tests.c | 53 static void cmd_help(void) in cmd_help() function 210 cmd_help(); in main()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin.h | 19 int cmd_help(int argc, const char **argv);
|
A D | builtin-help.c | 427 int cmd_help(int argc, const char **argv) in cmd_help() function
|
A D | perf.c | 65 { "help", cmd_help, 0 },
|
/linux-6.3-rc2/tools/usb/usbip/src/ |
A D | usbipd.c | 604 cmd_help, in main() enumerator 642 cmd = cmd_help; in main() 675 case cmd_help: in main()
|
Completed in 14 milliseconds