Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-c2c.c607 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local
612 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
615 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
638 struct c2c_hist_entry *c2c_left, *c2c_right; \
641 c2c_right = container_of(right, struct c2c_hist_entry, he); \
643 (uint64_t) c2c_right->stats.__f; \
703 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local
708 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
711 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()
754 struct c2c_hist_entry *c2c_right; in tot_loads_cmp() local
[all …]