Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/cpupower/utils/
Dcpupower.c25 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-6.1.9/tools/power/x86/intel-speed-select/
Disst-config.c43 static int cmd_help; variable
1072 if (cmd_help) { \
1269 if (cmd_help) { in dump_isst_config()
1345 if (cmd_help) { in set_tdp_level()
1411 if (cmd_help) { in dump_pbf_config()
1797 if (cmd_help) { in set_pbf_enable()
1857 if (cmd_help) { in dump_fact_config()
1962 if (cmd_help) { in set_fact_enable()
2097 if (cmd_help) { in set_clos_enable()
2144 if (cmd_help) { in dump_clos_config()
[all …]
/linux-6.1.9/tools/testing/selftests/resctrl/
Dresctrl_tests.c53 static void cmd_help(void) in cmd_help() function
210 cmd_help(); in main()
/linux-6.1.9/tools/perf/
Dbuiltin.h19 int cmd_help(int argc, const char **argv);
Dbuiltin-help.c427 int cmd_help(int argc, const char **argv) in cmd_help() function
Dperf.c65 { "help", cmd_help, 0 },
/linux-6.1.9/tools/usb/usbip/src/
Dusbipd.c604 cmd_help, in main() enumerator
642 cmd = cmd_help; in main()
675 case cmd_help: in main()