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

/linux-master/tools/perf/util/
H A Dcpumap.c24 static int *cpunode_map; variable
522 if (unlikely(cpunode_map == NULL)) {
527 return cpunode_map[cpu.cpu];
537 cpunode_map = calloc(max_cpu_num.cpu, sizeof(int));
538 if (!cpunode_map) {
544 cpunode_map[i] = -1;
594 cpunode_map[cpu] = mem;

Completed in 82 milliseconds