Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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:
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c235 bool summary_only; member
2455 if (sched->summary_only) in timehist_print_migration_event()
2626 if (!sched->summary_only) in timehist_sched_change_event()
3065 /* summary_only implies summary option, but don't overwrite summary if set */ in perf_sched__timehist()
3066 if (sched->summary_only) in perf_sched__timehist()
3067 sched->summary = sched->summary_only; in perf_sched__timehist()
3069 if (!sched->summary_only) in perf_sched__timehist()
3485 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3594 sched.summary_only) { in cmd_sched()
H A Dbuiltin-trace.c179 bool summary_only; member
2307 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2329 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) {
2474 if (trace->summary_only || (ret >= 0 && trace->failure_only))
2892 if (trace->summary_only)
4794 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5107 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5108 trace.summary_only = true;
5110 /* summary_only implies summary option, but don't overwrite summary if set */
5111 if (trace.summary_only)
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c236 bool summary_only; member
2510 if (sched->summary_only) in timehist_print_migration_event()
2682 if (!sched->summary_only) in timehist_sched_change_event()
3101 /* summary_only implies summary option, but don't overwrite summary if set */ in perf_sched__timehist()
3102 if (sched->summary_only) in perf_sched__timehist()
3103 sched->summary = sched->summary_only; in perf_sched__timehist()
3105 if (!sched->summary_only) in perf_sched__timehist()
3536 OPT_BOOLEAN('s', "summary", &sched.summary_only, in cmd_sched()
3662 sched.summary_only) { in cmd_sched()
H A Dbuiltin-trace.c181 bool summary_only; member
2360 if (!(trace->duration_filter || trace->summary_only || trace->min_stack))
2382 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)
4745 OPT_BOOLEAN('s', "summary", &trace.summary_only,
5027 if (trace.errno_summary && !trace.summary && !trace.summary_only)
5028 trace.summary_only = true;
5030 /* summary_only implies summary option, but don't overwrite summary if set */
5031 if (trace.summary_only)
[all...]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c48 unsigned int summary_only; variable
1314 if (!printed || !summary_only) in format_all_counters()
1321 if (summary_only) in format_all_counters()
5366 if (!summary_only && topo.num_cpus > 1) in topology_probe()
5453 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
5460 if (!summary_only && topo.num_die > 1) in topology_probe()
5467 if (!summary_only && topo.num_packages > 1) in topology_probe()
5473 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
6171 summary_only++; in cmdline()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A 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()
5871 if (!summary_only && topo.num_cpus > 1) in topology_probe()
5957 if (!summary_only && topo.cores_per_node > 1) in topology_probe()
5963 if (!summary_only && topo.num_die > 1) in topology_probe()
5969 if (!summary_only && topo.num_packages > 1) in topology_probe()
5975 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe()
6708 summary_only++; in cmdline()

Completed in 39 milliseconds