Searched refs:own_cpus (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | evsel.h | 41 struct perf_cpu_map *own_cpus; member
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | evsel.h | 52 struct perf_cpu_map *own_cpus; member 75 /** Is the PMU for the event a core one? Effects the handling of own_cpus. */
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 49 evsel->cpus = perf_cpu_map__intersect(evlist->user_requested_cpus, evsel->own_cpus); in __perf_evlist__propagate_maps() 50 } else if (!evsel->own_cpus || evlist->has_user_cpus || in __perf_evlist__propagate_maps() 61 } else if (evsel->cpus != evsel->own_cpus) { in __perf_evlist__propagate_maps() 67 evsel->cpus = perf_cpu_map__get(evsel->own_cpus); in __perf_evlist__propagate_maps()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | evlist.c | 46 evsel->core.own_cpus = perf_cpu_map__get(cpus); in ___evlist__add_default_attrs()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | event_update.c | 117 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | event_update.c | 111 evsel->core.own_cpus = perf_cpu_map__new("1,2,3"); in test__event_update()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 45 if (!evsel->own_cpus || evlist->has_user_cpus) { in __perf_evlist__propagate_maps() 51 } else if (evsel->cpus != evsel->own_cpus) { in __perf_evlist__propagate_maps() 53 evsel->cpus = perf_cpu_map__get(evsel->own_cpus); in __perf_evlist__propagate_maps()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.c | 1771 if (!evsel->core.own_cpus) in perf_event__synthesize_event_update_cpus() 1774 ev = cpu_map_data__alloc(evsel->core.own_cpus, &size, &type, &max); in perf_event__synthesize_event_update_cpus() 1784 evsel->core.own_cpus, type, max); in perf_event__synthesize_event_update_cpus() 1852 if (evsel->core.own_cpus) { in perf_event__synthesize_extra_attr()
|
H A D | evsel.c | 381 evsel->core.own_cpus = perf_cpu_map__get(orig->core.own_cpus); in evsel__clone() 1255 if (evsel->core.own_cpus || evsel->unit) in evsel__config() 1383 perf_cpu_map__put(evsel->core.own_cpus); in evsel__exit()
|
H A D | parse-events.c | 376 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 374 evsel->core.own_cpus = perf_cpu_map__get(orig->core.own_cpus); in evsel__clone() 1335 if (evsel->core.own_cpus || evsel->unit) in evsel__config() 1475 perf_cpu_map__put(evsel->core.own_cpus); in evsel__exit()
|
H A D | synthetic-events.c | 2026 struct synthesize_cpu_map_data syn_data = { .map = evsel->core.own_cpus }; in perf_event__synthesize_event_update_cpus() 2107 if (evsel->core.own_cpus) { in perf_event__synthesize_extra_attr()
|
H A D | parse-events.c | 260 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 797 perf_cpu_map__put(evsel->core.own_cpus); in record__config_text_poke() 798 evsel->core.own_cpus = perf_cpu_map__new(NULL); in record__config_text_poke() 800 evsel->core.cpus = perf_cpu_map__get(evsel->core.own_cpus); in record__config_text_poke()
|
Completed in 33 milliseconds