Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c63 struct c2c_stats *node_stats; member
148 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
149 if (!c2c_he->node_stats) in c2c_he_zalloc()
172 free(c2c_he->node_stats); in c2c_he_free()
341 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
1085 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry()