Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/tests/
Dcpumap.c211 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/
Dpmu.c44 intersect = perf_cpu_map__intersect(cpu_map__online(), pmu->cpus); in perf_pmu__arch_init()
Dcs-etm.c215 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/
Dcpumap.h42 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
/linux-6.14.4/tools/lib/perf/
Dcpumap.c443 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.14.4/tools/perf/arch/arm64/util/
Darm-spe.c55 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in arm_spe_find_cpus()
/linux-6.14.4/tools/perf/util/
Devlist.c2541 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()