Searched refs:perf_cpu_map__get (Results 1 – 9 of 9) sorted by relevance
41 evsel->cpus = perf_cpu_map__get(evlist->cpus); in __perf_evlist__propagate_maps()44 evsel->cpus = perf_cpu_map__get(evsel->own_cpus); in __perf_evlist__propagate_maps()122 evlist->cpus = perf_cpu_map__get(cpus); in perf_evlist__set_maps()
5 perf_cpu_map__get;
35 struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map) in perf_cpu_map__get() function
25 perf_cpu_map__get(cpus); in main()
14 LIBPERF_API struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map);
33 cpus = perf_cpu_map__get(pmu->cpus); in get_cpuid_str()
33 struct perf_cpu_map \*perf_cpu_map__get(struct perf_cpu_map \*map);
670 perf_cpu_map__get(cpus); in do_test_code_reading()
337 evsel->core.cpus = perf_cpu_map__get(cpus); in __add_event()338 evsel->core.own_cpus = perf_cpu_map__get(cpus); in __add_event()