Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-c2c.c623 struct c2c_hist_entry *c2c_left; in tot_hitm_cmp() local
628 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_hitm_cmp()
631 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
655 struct c2c_hist_entry *c2c_left, *c2c_right; \
657 c2c_left = container_of(left, struct c2c_hist_entry, he); \
659 return (uint64_t) c2c_left->stats.__f - \
731 struct c2c_hist_entry *c2c_left; in tot_recs_cmp() local
736 c2c_left = container_of(left, struct c2c_hist_entry, he); in tot_recs_cmp()
739 tot_recs_left = total_records(&c2c_left->stats); in tot_recs_cmp()
769 struct c2c_hist_entry *c2c_left; in tot_loads_cmp() local
[all …]