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

/linux-master/tools/perf/
H A Dbuiltin-c2c.c3 * This is rewrite of original c2c tool introduced in here:
136 static struct perf_c2c c2c; variable in typeref:struct:perf_c2c
146 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt);
150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt);
154 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats));
245 node = mem2node__node(&c2c.mem2node, sample->phys_addr);
281 struct c2c_hists *c2c_hists = &c2c.hists;
298 if (c2c.stitch_lbr)
348 int node = c2c.cpu2node[cpu];
352 c2c_hists = he__get_c2c_hists(he, c2c
387 static struct perf_c2c c2c = { variable in typeref:struct:perf_c2c
[all...]

Completed in 112 milliseconds