Searched refs:perf_cpu_map__intersect (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/tools/perf/tests/ |
D | cpumap.c | 211 struct perf_cpu_map *c = perf_cpu_map__intersect(a, b); in __test__cpu_map_intersect() 252 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two); in test__cpu_map_equal() 272 tmp = perf_cpu_map__intersect(pair, one); in test__cpu_map_equal()
|
/linux-6.14.4/tools/perf/arch/arm/util/ |
D | pmu.c | 44 intersect = perf_cpu_map__intersect(cpu_map__online(), pmu->cpus); in perf_pmu__arch_init()
|
D | cs-etm.c | 215 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in cs_etm_validate_config() 552 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in cs_etm_info_priv_size()
|
/linux-6.14.4/tools/lib/perf/include/perf/ |
D | cpumap.h | 42 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
|
/linux-6.14.4/tools/lib/perf/ |
D | cpumap.c | 443 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
|
D | evlist.c | 49 evsel->cpus = perf_cpu_map__intersect(evlist->user_requested_cpus, evsel->own_cpus); in __perf_evlist__propagate_maps()
|
/linux-6.14.4/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 55 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in arm_spe_find_cpus()
|
/linux-6.14.4/tools/perf/util/ |
D | evlist.c | 2541 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()
|