Home
last modified time | relevance | path

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

/openbmc/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:
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c236 bool summary_only; member
2510 if (sched->summary_only) in timehist_print_migration_event()
2685 if (!sched->summary_only) in timehist_sched_change_event()
3109 if (sched->summary_only) in perf_sched__timehist()
3110 sched->summary = sched->summary_only; in perf_sched__timehist()
3112 if (!sched->summary_only) in perf_sched__timehist()
3617 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3722 sched.summary_only) { in cmd_sched()
H A Dbuiltin-trace.c181 bool summary_only; member
2364 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2386 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) {
2536 if (trace->summary_only || (ret >= 0 && trace->failure_only))
2952 if (trace->summary_only)
4748 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5030 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5031 trace.summary_only = true;
5034 if (trace.summary_only)
5035 trace.summary = trace.summary_only;
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c226 unsigned int summary_only; variable
1438 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
1445 if (summary_only) in format_all_counters()
5881 if (!summary_only && topo.num_cpus > 1) in topology_probe()
5967 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
5973 if (!summary_only && topo.num_die > 1) in topology_probe()
5979 if (!summary_only && topo.num_packages > 1) in topology_probe()
5985 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
6718 summary_only++; in cmdline()