Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c66 struct c2c_stats *node_stats; member
151 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
152 if (!c2c_he->node_stats) in c2c_he_zalloc()
175 free(c2c_he->node_stats); in c2c_he_free()
344 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
1139 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry()