Searched refs:cpu__get_socket_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.h82 * cpu__get_socket_id - Returns the socket number as read from
85 int cpu__get_socket_id(struct perf_cpu cpu);
H A Dcpumap.c200 int cpu__get_socket_id(struct perf_cpu cpu) function
210 id.socket = cpu__get_socket_id(cpu);
H A Dstat.c340 s = cpu__get_socket_id(cpu);
H A Denv.c329 env->cpu[idx].socket_id = cpu__get_socket_id(cpu);
/linux-master/tools/perf/tests/
H A Dtopology.c109 if (cpu__get_socket_id(perf_cpu_map__cpu(map, 0)) == -1)

Completed in 105 milliseconds