Home
last modified time | relevance | path

Searched refs:cpu_map__get_core (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dcpumap.h25 int cpu_map__get_core(struct cpu_map *map, int idx, void *data);
Dcpumap.c323 int cpu_map__get_core(struct cpu_map *map, int idx, void *data) in cpu_map__get_core() function
354 return cpu_map__build_map(cpus, corep, cpu_map__get_core, NULL); in cpu_map__build_core_map()
/tools/perf/tests/
Dtopology.c77 (session->header.env.cpu[map->map[i]].core_id == (cpu_map__get_core(map, i, NULL) & 0xffff))); in check_cpu_topology()
/tools/perf/
Dbuiltin-stat.c1001 return cpu_map__get_core(map, cpu, NULL); in perf_stat__get_core()