Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-trace.c112 bool summary_only; member
1580 if (!(trace->duration_filter || trace->summary_only || trace->min_stack)) in trace__sys_enter()
1591 if (!(trace->duration_filter || trace->summary_only || trace->min_stack)) { in trace__sys_enter()
1682 if (trace->summary_only) in trace__sys_exit()
1960 if (trace->summary_only) in trace__pgfault()
3007 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace()
3096 if (trace.summary_only) in cmd_trace()
3097 trace.summary = trace.summary_only; in cmd_trace()
Dbuiltin-sched.c224 bool summary_only; member
2378 if (sched->summary_only) in timehist_print_migration_event()
2549 if (!sched->summary_only) in timehist_sched_change_event()
2975 if (sched->summary_only) in perf_sched__timehist()
2976 sched->summary = sched->summary_only; in perf_sched__timehist()
2978 if (!sched->summary_only) in perf_sched__timehist()
3355 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3459 sched.summary_only) { in cmd_sched()
/tools/power/x86/turbostat/
Dturbostat.c55 unsigned int summary_only; variable
1038 if (!printed || !summary_only) in format_all_counters()
1045 if (summary_only) in format_all_counters()
4322 if (!summary_only && topo.num_cpus > 1) in topology_probe()
4392 if (!summary_only && topo.num_cores_per_pkg > 1) in topology_probe()
4399 if (!summary_only && topo.num_packages > 1) in topology_probe()
5073 summary_only++; in cmdline()