Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-c2c.c71 struct c2c_stats *node_stats; member
158 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
159 if (!c2c_he->node_stats) in c2c_he_zalloc()
190 zfree(&c2c_he->node_stats); in c2c_he_free()
408 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
1248 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry()