Home
last modified time | relevance | path

Searched refs:intersect (Results 1 – 3 of 3) sorted by relevance

/tools/perf/arch/arm/util/
Dpmu.c21 struct perf_cpu_map *intersect; in perf_pmu__arch_init() local
44 intersect = perf_cpu_map__intersect(cpu_map__online(), pmu->cpus); in perf_pmu__arch_init()
46 pmu->cpus = intersect; in perf_pmu__arch_init()
/tools/testing/selftests/mm/
D.gitignore30 mlock-intersect-test
/tools/perf/util/
Devlist.c2598 struct perf_cpu_map *intersect, *to_test; in evlist__warn_user_requested_cpus() local
2602 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()
2603 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evlist__warn_user_requested_cpus()
2610 perf_cpu_map__put(intersect); in evlist__warn_user_requested_cpus()