Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-sched.c236 bool summary_only; member
2482 if (sched->summary_only) in timehist_print_migration_event()
2653 if (!sched->summary_only) in timehist_sched_change_event()
3093 if (sched->summary_only) in perf_sched__timehist()
3094 sched->summary = sched->summary_only; in perf_sched__timehist()
3096 if (!sched->summary_only) in perf_sched__timehist()
3527 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3638 sched.summary_only) { in cmd_sched()
Dbuiltin-trace.c182 bool summary_only; member
2331 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2353 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) {
2498 if (trace->summary_only || (ret >= 0 && trace->failure_only))
2914 if (trace->summary_only)
4852 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5173 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5174 trace.summary_only = true;
5177 if (trace.summary_only)
5178 trace.summary = trace.summary_only;
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c224 unsigned int summary_only; variable
1435 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
1442 if (summary_only) in format_all_counters()
5870 if (!summary_only && topo.num_cpus > 1) in topology_probe()
5956 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
5962 if (!summary_only && topo.num_die > 1) in topology_probe()
5968 if (!summary_only && topo.num_packages > 1) in topology_probe()
5974 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
6707 summary_only++; in cmdline()