Searched refs:summary_only (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | task-analyzer.py | 195 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 D | builtin-trace.c | 210 bool summary_only; 2023 if (trace->summary_only && trace->summary_mode != SUMMARY__BY_THREAD) in trace__symbols__exit() 2029 !trace->summary_only, 2876 if (!(trace->duration_filter || trace->summary_only || trace->min_stack)) in trace__fprintf_sys_enter() 2899 if (!(trace->duration_filter || trace->summary_only || trace->failure_only || trace->min_stack)) { in trace__resolve_callchain() 3047 if (trace->summary_only || (ret >= 0 && trace->failure_only)) in trace__sys_exit() 3565 if (trace->summary_only) in evlist__add_vfs_getname() 4561 if (trace->summary_only) in trace__run() 4701 if (!trace->summary_only || !trace->summary_bpf) { in trace__replay() 5615 OPT_BOOLEAN('s', "summary", &trace.summary_only, in cmd_trace() 209 bool summary_only; global() member [all...] |
| H A D | builtin-sched.c | 293 bool summary_only; 2954 if (sched->summary_only) in print_thread_runtime() 3183 if (!sched->summary_only) 3664 /* summary_only implies summary option, but don't overwrite summary if set */ in perf_sched__map() 3665 if (sched->summary_only) in perf_sched__map() 3666 sched->summary = sched->summary_only; in perf_sched__map() 3668 if (!sched->summary_only) 4596 bool summary_only) in perf_sched__schedstat_diff() 4765 if (summary_only) in __cmd_record() 5338 OPT_BOOLEAN('s', "summary", &sched.summary_only, 225 bool summary_only; global() member 4230 show_schedstat_data(struct list_head * head1,struct cpu_domain_map ** cd_map1,struct list_head * head2,struct cpu_domain_map ** cd_map2,bool summary_only) show_schedstat_data() argument [all...] |
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 504 unsigned int summary_only; variable 3815 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters() 3822 if (summary_only) in format_all_counters() 9535 if (!summary_only) in topology_probe() 9704 if (!summary_only) in topology_probe() 9709 if (!summary_only && (topo.min_module_id != topo.max_module_id)) in topology_probe() 9715 if (!summary_only && topo.num_die > 1) in topology_probe() 9718 if (!summary_only && topo.max_l3_id > 0) in topology_probe() 9724 if (!summary_only && topo.num_packages > 1) in topology_probe() 9730 if (!summary_only && topo.nodes_per_pkg > 1) in topology_probe() [all …]
|