Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmem-events.h82 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
Dmem-events.c423 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c301 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
302 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
335 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
336 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
337 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
2096 c2c_add_stats(&c2c.hitm_stats, &c2c_he->stats); in resort_hitm_cb()