Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmem-events.h90 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
H A Dmem-events.c769 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
/linux/tools/perf/
H A Dbuiltin-c2c.c345 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
346 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
393 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
394 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
397 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
2349 c2c_add_stats(&c2c.shared_clines_stats, &c2c_he->stats); in setup_nodes()