Searched refs:perf_cpu_map__intersect (Results 1 – 9 of 9) sorted by relevance
| /tools/perf/arch/arm/util/ |
| A D | pmu.c | 44 intersect = perf_cpu_map__intersect(online, pmu->cpus); in perf_pmu__arch_init()
|
| A 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()
|
| /tools/perf/tests/ |
| A 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()
|
| /tools/lib/perf/include/perf/ |
| A D | cpumap.h | 45 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
|
| /tools/perf/util/ |
| A D | tool_pmu.c | 381 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 D | evsel.c | 4110 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 D | cpumap.c | 453 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
|
| A D | evlist.c | 85 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 D | arm-spe.c | 68 intersect_cpus = perf_cpu_map__intersect(event_cpus, online_cpus); in arm_spe_find_cpus()
|
Completed in 24 milliseconds