Searched refs:c2c_add_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mem-events.h | 84 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
|
H A D | mem-events.c | 438 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mem-events.h | 95 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
|
H A D | mem-events.c | 672 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 305 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event() 306 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event() 339 c2c_add_stats(&c2c_he->stats, &stats); in process_sample_event() 340 c2c_add_stats(&c2c_hists->stats, &stats); in process_sample_event() 341 c2c_add_stats(&c2c_he->node_stats[node], &stats); in process_sample_event() 2054 c2c_add_stats(&c2c.hitm_stats, &c2c_he->stats); in resort_hitm_cb()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 329 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()
|
Completed in 10 milliseconds