Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/host1x/
Ddebug.c87 static void show_all(struct host1x *m, struct output *o) in show_all() function
117 show_all(s->private, &o); in host1x_debug_show_all()
204 show_all(host1x, &o); in host1x_debug_dump()
/linux-4.4.14/tools/perf/
Dbuiltin-help.c429 bool show_all = false; in cmd_help() local
432 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), in cmd_help()
465 if (show_all) { in cmd_help()
/linux-4.4.14/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()