Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c224 bool summary_only; member
2430 if (sched->summary_only) in timehist_print_migration_event()
2601 if (!sched->summary_only) in timehist_sched_change_event()
3028 if (sched->summary_only) in perf_sched__timehist()
3029 sched->summary = sched->summary_only; in perf_sched__timehist()
3031 if (!sched->summary_only) in perf_sched__timehist()
3408 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3516 sched.summary_only) { in cmd_sched()
Dbuiltin-trace.c115 bool summary_only; member
1687 if (!(trace->duration_filter || trace->summary_only || trace->min_stack)) in trace__sys_enter()
1698 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__sys_enter()
1833 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit()
2117 if (trace->summary_only) in trace__pgfault()
3214 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace()
3333 if (trace.summary_only) in cmd_trace()
3334 trace.summary = trace.summary_only; in cmd_trace()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c60 unsigned int summary_only; variable
1163 if (!printed || !summary_only) in format_all_counters()
1170 if (summary_only) in format_all_counters()
4757 if (!summary_only && topo.num_cpus > 1) in topology_probe()
4839 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
4846 if (!summary_only && topo.num_packages > 1) in topology_probe()
4852 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
5539 summary_only++; in cmdline()