Searched refs:cmd_help (Results 1 – 7 of 7) sorted by relevance
/linux/tools/power/cpupower/utils/ |
A D | cpupower.c | 25 static int cmd_help(int argc, const char **argv); 60 { "help", cmd_help, 0 }, 105 static int cmd_help(int argc, const char **argv) in cmd_help() function
|
/linux/tools/power/x86/intel-speed-select/ |
A D | isst-config.c | 42 static int cmd_help; variable 1258 if (cmd_help) { in dump_isst_config() 1336 if (cmd_help) { in set_tdp_level() 1402 if (cmd_help) { in dump_pbf_config() 1799 if (cmd_help) { in set_pbf_enable() 1859 if (cmd_help) { in dump_fact_config() 1957 if (cmd_help) { in set_fact_enable() 2090 if (cmd_help) { in set_clos_enable() 2137 if (cmd_help) { in dump_clos_config() 2179 if (cmd_help) { in dump_clos_info() [all …]
|
/linux/tools/testing/selftests/resctrl/ |
A D | resctrl_tests.c | 37 static void cmd_help(void) in cmd_help() function 190 cmd_help(); in main()
|
/linux/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()
|
/linux/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 | 64 { "help", cmd_help, 0 },
|
Completed in 15 milliseconds