Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/ !
H A Dtopdown.c94 evsel->core.cpus = perf_cpu_map__get(metric_event->core.cpus); in topdown_insert_slots_event()
95 evsel->core.pmu_cpus = perf_cpu_map__get(metric_event->core.pmu_cpus); in topdown_insert_slots_event()
H A Dpmu.c269 pmu->cpus = perf_cpu_map__get(adjusted[pmu_snc]); in gnr_uncore_cha_imc_adjust_cpumask_for_snc()
/linux/tools/lib/perf/ !
H A Dcpumap.c58 struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map) in perf_cpu_map__get() function
419 *orig = perf_cpu_map__get(other); in perf_cpu_map__merge()
462 return perf_cpu_map__get(orig); in perf_cpu_map__intersect()
464 return perf_cpu_map__get(other); in perf_cpu_map__intersect()
H A Dlibperf.map6 perf_cpu_map__get;
/linux/tools/lib/perf/tests/ !
H A Dtest-cpumap.c28 perf_cpu_map__get(cpus); in test_cpumap()
/linux/tools/lib/perf/include/perf/ !
H A Dcpumap.h42 LIBPERF_API struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map);
/linux/tools/perf/tests/ !
H A Dopenat-syscall-all-cpus.c91 evsel->core.cpus = perf_cpu_map__get(cpus); in test__openat_syscall_event_on_all_cpus()
/linux/tools/lib/perf/Documentation/ !
H A Dlibperf.txt42 struct perf_cpu_map *perf_cpu_map__get(struct perf_cpu_map *map);
/linux/tools/perf/util/ !
H A Dpython.c891 pcpu_map->cpus = perf_cpu_map__get(pevsel->evsel.core.cpus); in pyrf_evsel__cpus()
1091 pcpu_map->cpus = perf_cpu_map__get(pevlist->evlist.core.all_cpus); in pyrf_evlist__all_cpus()