Lines Matching refs:right
497 struct hist_entry *left, struct hist_entry *right) in dcacheline_cmp() argument
499 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()
555 struct hist_entry *left, struct hist_entry *right) in offset_cmp() argument
561 if (right->mem_info) in offset_cmp()
562 r = cl_offset(right->mem_info->daddr.addr); in offset_cmp()
583 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp() argument
585 return sort__iaddr_cmp(left, right); in iaddr_cmp()
604 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp() argument
612 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
636 struct hist_entry *left, struct hist_entry *right) \
641 c2c_right = container_of(right, struct c2c_hist_entry, he); \
700 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp() argument
708 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
751 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp() argument
759 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
849 struct hist_entry *left, struct hist_entry *right) in percent_hitm_cmp() argument
857 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_hitm_cmp()
922 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp() argument
928 per_right = PERCENT(right, rmt_hitm); in percent_rmt_hitm_cmp()
953 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp() argument
959 per_right = PERCENT(right, lcl_hitm); in percent_lcl_hitm_cmp()
984 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp() argument
990 per_right = PERCENT(right, st_l1hit); in percent_stores_l1hit_cmp()
1015 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp() argument
1021 per_right = PERCENT(right, st_l1miss); in percent_stores_l1miss_cmp()
1040 struct hist_entry *left, struct hist_entry *right) in pid_cmp() argument
1042 return left->thread->pid_ - right->thread->pid_; in pid_cmp()
1048 struct hist_entry *right __maybe_unused) in empty_cmp()