Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dcpumap.h93 int cpu__get_core_id(struct perf_cpu cpu);
Dcpumap.c312 int cpu__get_core_id(struct perf_cpu cpu) in cpu__get_core_id() function
321 int core = cpu__get_core_id(cpu); in aggr_cpu_id__core()
Denv.c312 env->cpu[idx].core_id = cpu__get_core_id(cpu); in perf_env__read_cpu_topology_map()