Home
last modified time | relevance | path

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

/tools/perf/util/
Dcpumap.c13 static int *cpunode_map; variable
510 if (unlikely(cpunode_map == NULL)) { in cpu__get_node()
515 return cpunode_map[cpu]; in cpu__get_node()
525 cpunode_map = calloc(max_cpu_num, sizeof(int)); in init_cpunode_map()
526 if (!cpunode_map) { in init_cpunode_map()
532 cpunode_map[i] = -1; in init_cpunode_map()
582 cpunode_map[cpu] = mem; in cpu__setup_cpunode_map()