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

/linux-master/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-master/tools/perf/
H A Dbuiltin-sched.c218 bool summary_only; member in struct:perf_sched
2473 if (sched->summary_only)
2645 if (!sched->summary_only)
3064 /* summary_only implies summary option, but don't overwrite summary if set */
3065 if (sched->summary_only)
3066 sched->summary = sched->summary_only;
3068 if (!sched->summary_only)
3573 OPT_BOOLEAN('s', "summary", &sched.summary_only,
3678 sched.summary_only) {
H A Dbuiltin-trace.c182 bool summary_only; member in struct:trace
2361 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2383 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) {
2531 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;
5033 /* summary_only implies summary option, but don't overwrite summary if set */
5034 if (trace.summary_only)
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c236 unsigned int summary_only; variable
2427 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only)
2434 if (summary_only)
6977 if (!summary_only && topo.num_cpus > 1)
7111 if (!summary_only && topo.cores_per_node > 1)
7117 if (!summary_only && topo.num_die > 1)
7123 if (!summary_only && topo.num_packages > 1)
7129 if (!summary_only && topo.nodes_per_pkg > 1)
7959 summary_only++;

Completed in 438 milliseconds