Home
last modified time | relevance | path

Searched refs:perf_cpu_map__intersect (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Dcpumap.c178 struct perf_cpu_map *c = perf_cpu_map__intersect(a, b); in __test__cpu_map_intersect()
219 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two); in test__cpu_map_equal()
240 tmp = perf_cpu_map__intersect(pair, one); in test__cpu_map_equal()
/linux-6.6.21/tools/lib/perf/include/perf/
Dcpumap.h31 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
/linux-6.6.21/tools/lib/perf/
Dcpumap.c448 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
Devlist.c49 evsel->cpus = perf_cpu_map__intersect(evlist->user_requested_cpus, evsel->own_cpus); in __perf_evlist__propagate_maps()
/linux-6.6.21/tools/perf/util/
Devlist.c2498 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()