Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dmem-events.h92 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
Dmem-events.c630 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c308 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
309 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
342 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event()
343 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event()
344 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event()
2147 c2c_add_stats(&c2c.shared_clines_stats, &c2c_he->stats); in resort_shared_cl_cb()