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

/linux-master/tools/perf/util/
H A Dcpumap.h97 * cpu__get_core_id - Returns the core id as read from
100 int cpu__get_core_id(struct perf_cpu cpu);
H A Dcpumap.c338 int cpu__get_core_id(struct perf_cpu cpu) function
347 int core = cpu__get_core_id(cpu);
H A Denv.c328 env->cpu[idx].core_id = cpu__get_core_id(cpu);

Completed in 121 milliseconds