Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c3 * This is rewrite of original c2c tool introduced in here:
136 static struct perf_c2c c2c; variable
146 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt); in c2c_he_zalloc()
150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc()
154 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
245 node = mem2node__node(&c2c.mem2node, sample->phys_addr); in c2c_he__set_node()
281 struct c2c_hists *c2c_hists = &c2c.hists; in process_sample_event()
298 if (c2c.stitch_lbr) in process_sample_event()
348 int node = c2c.cpu2node[cpu]; in process_sample_event()
352 c2c_hists = he__get_c2c_hists(he, c2c in process_sample_event()
387 static struct perf_c2c c2c = { global() variable
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c3 * This is rewrite of original c2c tool introduced in here:
130 static struct perf_c2c c2c; variable
140 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc()
144 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); in c2c_he_zalloc()
148 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
231 node = mem2node__node(&c2c.mem2node, sample->phys_addr); in c2c_he__set_node()
263 struct c2c_hists *c2c_hists = &c2c.hists; in process_sample_event()
277 if (c2c.stitch_lbr) in process_sample_event()
324 int node = c2c.cpu2node[cpu]; in process_sample_event()
328 c2c_hists = he__get_c2c_hists(he, c2c in process_sample_event()
363 static struct perf_c2c c2c = { global() variable
[all...]

Completed in 6 milliseconds