| /linux/tools/perf/util/ |
| 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()
|
| A D | metricgroup.c | 216 bool system_wide) in metric__new() argument 247 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 929 bool system_wide, in __add_metric() argument 1191 bool system_wide; member 1234 bool system_wide, in metricgroup__add_metric() argument 1251 .system_wide = system_wide, in metricgroup__add_metric() 1275 .system_wide = system_wide, in metricgroup__add_metric() [all …]
|
| 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()
|
| 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()
|
| A D | smt.h | 15 bool core_wide(bool system_wide, const char *user_requested_cpu_list);
|
| 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()
|
| A D | metricgroup.h | 79 bool system_wide,
|
| A D | evlist.h | 120 struct evsel *evlist__add_aux_dummy(struct evlist *evlist, bool system_wide); 126 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide); 394 struct evsel *evlist__findnew_tracking_event(struct evlist *evlist, bool system_wide);
|
| A D | expr.h | 11 bool system_wide; member
|
| A D | evlist.c | 284 struct evsel *evlist__add_aux_dummy(struct evlist *evlist, bool system_wide) in evlist__add_aux_dummy() argument 294 evsel->core.system_wide = system_wide; in evlist__add_aux_dummy() 303 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide) in evlist__add_sched_switch() argument 314 evsel->core.system_wide = system_wide; in evlist__add_sched_switch() 1042 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() 1777 struct evsel *evlist__findnew_tracking_event(struct evlist *evlist, bool system_wide) in evlist__findnew_tracking_event() argument 1783 evsel = evlist__add_aux_dummy(evlist, system_wide); in evlist__findnew_tracking_event() 1788 } else if (system_wide) { in evlist__findnew_tracking_event()
|
| A D | expr.c | 302 ctx->sctx.system_wide = false; in expr__ctx_new() 450 result = core_wide(ctx->system_wide, ctx->user_requested_cpu_list) in expr__get_literal()
|
| A D | stat.h | 94 bool system_wide; member
|
| A D | stat-shadow.c | 495 pctx->sctx.system_wide = config->system_wide; in generic_metric()
|
| A D | evsel.c | 382 evsel->core.system_wide = orig->core.system_wide; in evsel__clone() 1973 if (evsel->core.system_wide) in evsel__ignore_missing_thread() 2304 if (!evsel->cgrp && !evsel->core.system_wide) in evsel__open_cpu()
|
| A D | bpf_counter.c | 376 if (target->system_wide) { in bperf_check_target()
|
| A D | stat.c | 413 if (count->val == 0 && config->system_wide) in process_counter_values()
|
| /linux/tools/lib/perf/ |
| 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()
|
| /linux/tools/lib/perf/include/internal/ |
| A D | evsel.h | 69 bool system_wide; member
|
| /linux/tools/perf/ |
| A D | builtin-stat.c | 1957 stat_config.system_wide, in add_default_attributes() 1991 stat_config.system_wide, in add_default_attributes() 2026 stat_config.system_wide, in add_default_attributes() 2068 stat_config.system_wide, in add_default_attributes() 2361 target.system_wide = true; in setup_system_wide() 2373 target.system_wide = true; in setup_system_wide() 2402 OPT_BOOLEAN('a', "all-cpus", &target.system_wide, in cmd_stat() 2688 if (!target.system_wide || target.cpu_list) { in cmd_stat() 2726 target.system_wide = true; in cmd_stat() 2732 stat_config.system_wide = target.system_wide; in cmd_stat() [all …]
|
| A D | builtin-kvm.c | 1082 if (kvm->opts.target.system_wide) in print_vcpu_info() 1822 kvm->opts.target.system_wide = true; in kvm_events_report() 1890 OPT_BOOLEAN('a', "all-cpus", &kvm->opts.target.system_wide, in kvm_events_live() 1960 kvm->opts.target.system_wide = true; in kvm_events_live()
|
| A D | builtin-script.c | 84 static bool system_wide; variable 3746 system_wide = (argc == 0); in have_cmd() 4010 OPT_BOOLEAN('a', "all-cpus", &system_wide, in cmd_script() 4223 system_wide = true; in cmd_script() 4224 } else if (!system_wide) { in cmd_script() 4240 if (system_wide) in cmd_script() 4287 system_wide = false; in cmd_script() 4288 else if (!system_wide) { in cmd_script() 4304 if (system_wide) in cmd_script()
|
| A D | builtin-record.c | 952 bool system_wide = false; in record__config_tracking_events() local 968 system_wide = true; in record__config_tracking_events() 970 evsel = evlist__findnew_tracking_event(evlist, system_wide); in record__config_tracking_events() 3387 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide, 4012 rec->opts.target.system_wide = true; in cmd_record() 4014 if (nr_cgroups && !rec->opts.target.system_wide) { in cmd_record()
|
| A D | builtin-ftrace.c | 1515 OPT_BOOLEAN('a', "all-cpus", &ftrace.target.system_wide, in cmd_ftrace() 1642 ftrace.target.system_wide = true; in cmd_ftrace()
|
| /linux/tools/perf/tests/shell/lib/ |
| A D | perf_json_output_lint.py | 89 if args.no_args or args.system_wide or args.event:
|
| /linux/tools/perf/bench/ |
| A D | evlist-open-close.c | 54 OPT_BOOLEAN('a', "all-cpus", &opts.target.system_wide, "system-wide collection from all CPUs"),
|