Searched refs:cpu__get_die_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.h87 * cpu__get_die_id - Returns the die id as read from
90 int cpu__get_die_id(struct perf_cpu cpu);
H A Dcpumap.c284 int cpu__get_die_id(struct perf_cpu cpu) function
296 die = cpu__get_die_id(cpu);
H A Dstat.c348 d = cpu__get_die_id(cpu);
H A Denv.c330 env->cpu[idx].die_id = cpu__get_die_id(cpu);

Completed in 109 milliseconds