Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmem-events.h95 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
H A Dmem-events.c672 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c329 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
330 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
363 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
364 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
365 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
2350 c2c_add_stats(&c2c.shared_clines_stats, &c2c_he->stats); in resort_shared_cl_cb()