Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dcpumap.c178 struct perf_cpu_map *c = perf_cpu_map__intersect(a, b); in __test__cpu_map_intersect()
219 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two); in test__cpu_map_equal()
240 tmp = perf_cpu_map__intersect(pair, one); in test__cpu_map_equal()
/linux/tools/perf/arch/arm/util/
A Dpmu.c44 intersect = perf_cpu_map__intersect(cpu_map__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()
/linux/tools/lib/perf/include/perf/
A Dcpumap.h44 LIBPERF_API struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig,
/linux/tools/lib/perf/
A Dcpumap.c490 struct perf_cpu_map *perf_cpu_map__intersect(struct perf_cpu_map *orig, in perf_cpu_map__intersect() function
A Devlist.c49 evsel->cpus = perf_cpu_map__intersect(evlist->user_requested_cpus, evsel->own_cpus); in __perf_evlist__propagate_maps()
/linux/tools/perf/util/
A Devlist.c2588 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus()

Completed in 16 milliseconds