Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c48 unsigned int summary_only; /* set with -S */ variable
605 if (!printed || !summary_only) in format_all_counters()
614 if (summary_only) in format_all_counters()
2121 if (!summary_only && topo.num_cpus > 1) in topology_probe()
2182 if (!summary_only && topo.num_cores_per_pkg > 1) in topology_probe()
2189 if (!summary_only && topo.num_packages > 1) in topology_probe()
2403 summary_only++; in cmdline()
/tools/perf/
Dbuiltin-trace.c1242 bool summary_only; member
1684 if (!trace->duration_filter && !trace->summary_only) { in trace__sys_enter()
1736 if (trace->summary_only) in trace__sys_exit()
1846 if (trace->summary_only) in trace__pgfault()
2526 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace()
2550 if (trace.summary_only) in cmd_trace()
2551 trace.summary = trace.summary_only; in cmd_trace()