Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-sched.c231 bool summary_only; member
2438 if (sched->summary_only) in timehist_print_migration_event()
2609 if (!sched->summary_only) in timehist_sched_change_event()
3034 if (sched->summary_only) in perf_sched__timehist()
3035 sched->summary = sched->summary_only; in perf_sched__timehist()
3037 if (!sched->summary_only) in perf_sched__timehist()
3416 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3524 sched.summary_only) { in cmd_sched()
Dbuiltin-trace.c149 bool summary_only; member
1976 if (!(trace->duration_filter || trace->summary_only || trace->min_stack)) in trace__sys_enter()
1998 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__sys_enter()
2143 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit()
2482 if (trace->summary_only) in trace__pgfault()
4142 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace()
4383 if (trace.summary_only) in cmd_trace()
4384 trace.summary = trace.summary_only; in cmd_trace()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c48 unsigned int summary_only; variable
1195 if (!printed || !summary_only) in format_all_counters()
1202 if (summary_only) in format_all_counters()
4950 if (!summary_only && topo.num_cpus > 1) in topology_probe()
5037 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
5044 if (!summary_only && topo.num_die > 1) in topology_probe()
5051 if (!summary_only && topo.num_packages > 1) in topology_probe()
5057 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
5751 summary_only++; in cmdline()