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

/linux-master/tools/perf/
H A Dbuiltin-c2c.c94 int *cpu2node; member in struct:perf_c2c
348 int node = c2c.cpu2node[cpu];
2285 int *cpu2node; local
2303 cpu2node = zalloc(sizeof(int) * c2c.cpus_cnt);
2304 if (!cpu2node)
2308 cpu2node[idx] = -1;
2310 c2c.cpu2node = cpu2node;
2329 if (WARN_ONCE(cpu2node[cpu.cpu] != -1, "node/cpu topology bug"))
2332 cpu2node[cp
[all...]

Completed in 118 milliseconds