Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py195 if args.summary or args.summary_extended or args.summary_only:
745 if not _limit_filtered(tid, pid, task.comm) and not args.summary_only:
793 if args.extended_times and args.summary_only:
799 if args.time_limit and (args.summary or args.summary_only or args.summary_extended):
808 if args.csv and args.summary_only:
858 args.summary_only = True
913 if not args.summary_only:
917 if args.summary or args.summary_extended or args.summary_only:
/linux/tools/perf/
H A Dbuiltin-sched.c223 bool summary_only; member
2633 if (sched->summary_only) in timehist_print_migration_event()
2832 if (!sched->summary_only) in timehist_sched_change_event()
3305 if (sched->summary_only) in perf_sched__timehist()
3306 sched->summary = sched->summary_only; in perf_sched__timehist()
3308 if (!sched->summary_only) in perf_sched__timehist()
3816 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3939 sched.summary_only) { in cmd_sched()
H A Dbuiltin-trace.c198 bool summary_only; member
2648 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2670 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) {
2818 if (trace->summary_only || (ret >= 0 && trace->failure_only))
3236 if (trace->summary_only)
5151 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5445 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5446 trace.summary_only = true;
5449 if (trace.summary_only)
5450 trace.summary = trace.summary_only;
/linux/tools/power/x86/turbostat/
H A Dturbostat.c316 unsigned int summary_only; variable
3123 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
3130 if (summary_only) in format_all_counters()
8199 if (!summary_only && topo.num_cpus > 1) in topology_probe()
8335 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
8341 if (!summary_only && topo.num_die > 1) in topology_probe()
8347 if (!summary_only && topo.num_packages > 1) in topology_probe()
8353 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
9889 summary_only++; in cmdline()