• Home
  • Raw
  • Download

Lines Matching refs:right

519 	       struct hist_entry *left, struct hist_entry *right)  in dcacheline_cmp()  argument
521 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()
577 struct hist_entry *left, struct hist_entry *right) in offset_cmp() argument
584 if (right->mem_info) in offset_cmp()
585 r = cl_offset(right->mem_info->daddr.addr, chk_double_cl); in offset_cmp()
606 struct hist_entry *left, struct hist_entry *right) in iaddr_cmp() argument
608 return sort__iaddr_cmp(left, right); in iaddr_cmp()
627 struct hist_entry *left, struct hist_entry *right) in tot_hitm_cmp() argument
635 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_hitm_cmp()
659 struct hist_entry *left, struct hist_entry *right) \
664 c2c_right = container_of(right, struct c2c_hist_entry, he); \
735 struct hist_entry *left, struct hist_entry *right) in tot_recs_cmp() argument
743 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_recs_cmp()
773 struct hist_entry *left, struct hist_entry *right) in tot_loads_cmp() argument
781 c2c_right = container_of(right, struct c2c_hist_entry, he); in tot_loads_cmp()
876 struct hist_entry *left, struct hist_entry *right) in percent_costly_snoop_cmp() argument
884 c2c_right = container_of(right, struct c2c_hist_entry, he); in percent_costly_snoop_cmp()
952 struct hist_entry *left, struct hist_entry *right) in percent_rmt_hitm_cmp() argument
958 per_right = PERCENT(right, rmt_hitm); in percent_rmt_hitm_cmp()
983 struct hist_entry *left, struct hist_entry *right) in percent_lcl_hitm_cmp() argument
989 per_right = PERCENT(right, lcl_hitm); in percent_lcl_hitm_cmp()
1014 struct hist_entry *left, struct hist_entry *right) in percent_lcl_peer_cmp() argument
1020 per_right = PERCENT(right, lcl_peer); in percent_lcl_peer_cmp()
1045 struct hist_entry *left, struct hist_entry *right) in percent_rmt_peer_cmp() argument
1051 per_right = PERCENT(right, rmt_peer); in percent_rmt_peer_cmp()
1076 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1hit_cmp() argument
1082 per_right = PERCENT(right, st_l1hit); in percent_stores_l1hit_cmp()
1107 struct hist_entry *left, struct hist_entry *right) in percent_stores_l1miss_cmp() argument
1113 per_right = PERCENT(right, st_l1miss); in percent_stores_l1miss_cmp()
1138 struct hist_entry *left, struct hist_entry *right) in percent_stores_na_cmp() argument
1144 per_right = PERCENT(right, st_na); in percent_stores_na_cmp()
1163 struct hist_entry *left, struct hist_entry *right) in pid_cmp() argument
1165 return thread__pid(left->thread) - thread__pid(right->thread); in pid_cmp()
1171 struct hist_entry *right __maybe_unused) in empty_cmp()