Lines Matching refs:right
504 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp() argument
506 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()
562 struct hist_entry *left, struct hist_entry *right) in offset_cmp() argument
569 if (right->mem_info) in offset_cmp()
570 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in offset_cmp()
591 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp() argument
593 return sort__iaddr_cmp(left, right); in iaddr_cmp()
612 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp() argument
620 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
644 struct hist_entry *left, struct hist_entry *right) \
649 c2c_right = container_of(right, struct c2c_hist_entry, he); \
720 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp() argument
728 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
758 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp() argument
766 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
861 struct hist_entry *left, struct hist_entry *right) in percent_costly_snoop_cmp() argument
869 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
937 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp() argument
943 per_right = PERCENT(right, rmt_hitm); in percent_rmt_hitm_cmp()
968 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp() argument
974 per_right = PERCENT(right, lcl_hitm); in percent_lcl_hitm_cmp()
999 struct hist_entry *left, struct hist_entry *right) in percent_lcl_peer_cmp() argument
1005 per_right = PERCENT(right, lcl_peer); in percent_lcl_peer_cmp()
1030 struct hist_entry *left, struct hist_entry *right) in percent_rmt_peer_cmp() argument
1036 per_right = PERCENT(right, rmt_peer); in percent_rmt_peer_cmp()
1061 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp() argument
1067 per_right = PERCENT(right, st_l1hit); in percent_stores_l1hit_cmp()
1092 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp() argument
1098 per_right = PERCENT(right, st_l1miss); in percent_stores_l1miss_cmp()
1123 struct hist_entry *left, struct hist_entry *right) in percent_stores_na_cmp() argument
1129 per_right = PERCENT(right, st_na); in percent_stores_na_cmp()
1148 struct hist_entry *left, struct hist_entry *right) in pid_cmp() argument
1150 return thread__pid(left->thread) - thread__pid(right->thread); in pid_cmp()
1156 struct hist_entry *right __maybe_unused) in empty_cmp()