Searched refs:perf_cpu_map__intersect (Results 1 – 5 of 5) sorted by relevance
178 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()
31 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
448 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
49 evsel->cpus = perf_cpu_map__intersect(evlist->user_requested_cpus, evsel->own_cpus); in __perf_evlist__propagate_maps()
2498 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()