Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A 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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c67 struct c2c_stats *node_stats; member
154 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
155 if (!c2c_he->node_stats) in c2c_he_zalloc()
186 zfree(&c2c_he->node_stats); in c2c_he_free()
365 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
1227 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry()

Completed in 9 milliseconds