Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Ddebug.c104 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() function
129 show_all(s->private, &o, true); in host1x_debug_show_all()
141 show_all(s->private, &o, false); in host1x_debug_show()
220 show_all(host1x, &o, true); in host1x_debug_dump()
/Linux-v4.19/tools/perf/
Dbuiltin-help.c424 bool show_all = false; in cmd_help() local
427 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), in cmd_help()
461 if (show_all) { in cmd_help()
Dbuiltin-c2c.c85 bool show_all; member
1888 if (c2c.show_all) in he__display()
2726 OPT_BOOLEAN(0, "show-all", &c2c.show_all, in perf_c2c__report()
/Linux-v4.19/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator
384 mode = show_all; in cmdline()