Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-c2c.c624 struct c2c_hist_entry *c2c_right; in tot_hitm_cmp() local
629 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
632 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
655 struct c2c_hist_entry *c2c_left, *c2c_right; \
658 c2c_right = container_of(right, struct c2c_hist_entry, he); \
660 (uint64_t) c2c_right->stats.__f; \
732 struct c2c_hist_entry *c2c_right; in tot_recs_cmp() local
737 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
740 tot_recs_right = total_records(&c2c_right->stats); in tot_recs_cmp()
770 struct c2c_hist_entry *c2c_right; in tot_loads_cmp() local
[all …]