Home
last modified time | relevance | path

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

/tools/perf/arch/arm/util/
A Dpmu.c44 intersect = perf_cpu_map__intersect(online, pmu->cpus); in perf_pmu__arch_init()
A 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()
/tools/perf/tests/
A 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()
/tools/lib/perf/include/perf/
A Dcpumap.h45 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
/tools/perf/util/
A Dtool_pmu.c381 perf_cpu_map__intersect(online, evsel->core.cpus); in tool_pmu__read_event()
394 perf_cpu_map__intersect(online, evsel->core.pmu_cpus); in tool_pmu__read_event()
A Devsel.c4110 intersect = perf_cpu_map__intersect(pmu->cpus, user_requested_cpus); in evsel__warn_user_requested_cpus()
4113 intersect = perf_cpu_map__intersect(online, user_requested_cpus); in evsel__warn_user_requested_cpus()
/tools/lib/perf/
A Dcpumap.c453 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
A Devlist.c85 struct perf_cpu_map *tmp = perf_cpu_map__intersect(evsel->pmu_cpus, evsel->cpus); in __perf_evlist__propagate_maps()
/tools/perf/arch/arm64/util/
A Darm-spe.c68 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in arm_spe_find_cpus()

Completed in 20 milliseconds