/openbmc/linux/tools/perf/util/ |
H A D | target.c | 46 if (target->tid && target->system_wide) { in target__validate() 47 target->system_wide = false; in target__validate() 53 if (target->uid_str && target->system_wide) { in target__validate() 54 target->system_wide = false; in target__validate() 88 if (target->per_thread && (target->system_wide || target->cpu_list)) { in target__validate()
|
H A D | metricgroup.c | 214 bool system_wide) in metric__new() argument 245 m->pctx->sctx.system_wide = system_wide; in metric__new() 798 bool system_wide; member 815 bool system_wide, 845 bool system_wide, in resolve_metric() argument 892 metric_no_threshold, user_requested_cpu_list, system_wide, in resolve_metric() 929 bool system_wide, in __add_metric() argument 956 user_requested_cpu_list, system_wide); in __add_metric() 1025 system_wide, root_metric, &visited_node, in __add_metric() 1082 bool system_wide, in add_metric() argument [all …]
|
H A D | target.h | 15 bool system_wide; member 67 return target->system_wide || target->cpu_list; in target__has_cpu() 88 return target->system_wide && target->per_thread; in target__has_per_thread()
|
H A D | smt.c | 25 bool core_wide(bool system_wide, const char *user_requested_cpu_list) in core_wide() argument 28 if (!system_wide) in core_wide()
|
H A D | smt.h | 15 bool core_wide(bool system_wide, const char *user_requested_cpu_list);
|
H A D | config.c | 518 static const char *system_wide; in perf_etc_perfconfig() local 519 if (!system_wide) in perf_etc_perfconfig() 520 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig() 521 return system_wide; in perf_etc_perfconfig()
|
H A D | metricgroup.h | 79 bool system_wide,
|
H A D | evlist.h | 118 struct evsel *evlist__add_aux_dummy(struct evlist *evlist, bool system_wide); 124 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide); 391 struct evsel *evlist__findnew_tracking_event(struct evlist *evlist, bool system_wide);
|
H A D | expr.h | 11 bool system_wide; member
|
H A D | evlist.c | 281 struct evsel *evlist__add_aux_dummy(struct evlist *evlist, bool system_wide) in evlist__add_aux_dummy() argument 291 evsel->core.system_wide = system_wide; in evlist__add_aux_dummy() 300 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide) in evlist__add_sched_switch() argument 310 evsel->core.system_wide = system_wide; in evlist__add_sched_switch() 1038 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() 1720 struct evsel *evlist__findnew_tracking_event(struct evlist *evlist, bool system_wide) in evlist__findnew_tracking_event() argument 1726 evsel = evlist__add_aux_dummy(evlist, system_wide); in evlist__findnew_tracking_event() 1731 } else if (system_wide) { in evlist__findnew_tracking_event()
|
H A D | stat.h | 93 bool system_wide; member
|
H A D | stat-shadow.c | 471 pctx->sctx.system_wide = config->system_wide; in generic_metric()
|
H A D | expr.c | 451 result = core_wide(ctx->system_wide, ctx->user_requested_cpu_list) in expr__get_literal()
|
H A D | evsel.c | 377 evsel->core.system_wide = orig->core.system_wide; in evsel__clone() 1723 if (evsel->core.system_wide) in evsel__ignore_missing_thread() 2056 if (!evsel->cgrp && !evsel->core.system_wide) in evsel__open_cpu()
|
H A D | bpf_counter.c | 373 if (target->system_wide) { in bperf_check_target()
|
H A D | stat.c | 413 if (count->val == 0 && config->system_wide) in process_counter_values()
|
/openbmc/linux/tools/lib/perf/ |
H A D | evlist.c | 39 if (evsel->system_wide) { in __perf_evlist__propagate_maps() 70 if (evsel->system_wide) { in __perf_evlist__propagate_maps() 333 if (evsel->system_wide) in perf_evlist__alloc_pollfd() 469 if (evsel->system_wide && thread) in mmap_per_evsel() 531 flgs = evsel->system_wide ? fdarray_flag__nonfilterable : fdarray_flag__default; in mmap_per_evsel() 750 if (!evsel->system_wide) { in perf_evlist__go_system_wide() 751 evsel->system_wide = true; in perf_evlist__go_system_wide()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1207 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, 2085 stat_config.system_wide, in add_default_attributes() 2118 stat_config.system_wide, in add_default_attributes() 2152 stat_config.system_wide, in add_default_attributes() 2193 stat_config.system_wide, in add_default_attributes() 2481 target.system_wide = true; in setup_system_wide() 2493 target.system_wide = true; in setup_system_wide() 2661 if (!target.system_wide || target.cpu_list) { in cmd_stat() 2699 target.system_wide = true; in cmd_stat() 2702 if ((stat_config.aggr_mode == AGGR_THREAD) && (target.system_wide)) in cmd_stat() [all …]
|
H A D | builtin-ftrace.c | 1137 OPT_BOOLEAN('a', "all-cpus", &ftrace.target.system_wide, in cmd_ftrace() 1235 ftrace.target.system_wide = true; in cmd_ftrace()
|
H A D | builtin-script.c | 81 static bool system_wide; variable 3628 system_wide = (argc == 0); in have_cmd() 3923 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script() 4136 system_wide = true; in cmd_script() 4137 } else if (!system_wide) { in cmd_script() 4153 if (system_wide) in cmd_script() 4200 system_wide = false; in cmd_script() 4201 else if (!system_wide) { in cmd_script() 4217 if (system_wide) in cmd_script()
|
H A D | builtin-kvm.c | 1082 if (kvm->opts.target.system_wide) in print_vcpu_info() 1824 kvm->opts.target.system_wide = true; in kvm_events_report() 1892 OPT_BOOLEAN('a', "all-cpus", &kvm->opts.target.system_wide, in kvm_events_live() 1963 kvm->opts.target.system_wide = true; in kvm_events_live()
|
H A D | builtin-top.c | 1470 OPT_BOOLEAN('a', "all-cpus", &target->system_wide, in cmd_top() 1759 target->system_wide = true; in cmd_top()
|
/openbmc/linux/tools/lib/perf/include/internal/ |
H A D | evsel.h | 69 bool system_wide; member
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_json_output_lint.py | 87 if args.no_args or args.system_wide or args.event:
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 54 OPT_BOOLEAN('a', "all-cpus", &opts.target.system_wide, "system-wide collection from all CPUs"),
|