Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dcpumap.h98 int cpu__get_core_id(struct perf_cpu cpu);
H A Dcpumap.c354 int cpu__get_core_id(struct perf_cpu cpu) in cpu__get_core_id() function
363 int core = cpu__get_core_id(cpu); in aggr_cpu_id__core()
H A Denv.c334 int core_id = cpu__get_core_id(cpu); in perf_env__read_cpu_topology_map()