Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c65 struct c2c_stats *node_stats; member
150 c2c_he->node_stats = zalloc(c2c.nodes_cnt * sizeof(*c2c_he->node_stats)); in c2c_he_zalloc()
151 if (!c2c_he->node_stats) in c2c_he_zalloc()
174 free(c2c_he->node_stats); in c2c_he_free()
343 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
1104 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry()