Home
last modified time | relevance | path

Searched refs:show_all (Results 1 – 2 of 2) sorted by relevance

/tools/perf/
Dbuiltin-help.c423 bool show_all = false; in cmd_help() local
426 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), in cmd_help()
459 if (show_all) { in cmd_help()
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator
379 mode = show_all; in cmdline()