Home
last modified time | relevance | path

Searched refs:own_cpus (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H A Devsel.h41 struct perf_cpu_map *own_cpus; member
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Devsel.h52 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 Devlist.c49 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 Devlist.c46 evsel->core.own_cpus = perf_cpu_map__get(cpus); in ___evlist__add_default_attrs()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devent_update.c117 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 Devent_update.c111 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 Devlist.c45 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 Dsynthetic-events.c1771 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 Devsel.c381 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 Dparse-events.c376 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()
/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.c374 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 Dsynthetic-events.c2026 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 Dparse-events.c260 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c797 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