Lines Matching refs:left
491 struct hist_entry *left, struct hist_entry *right)
493 return sort__dcacheline_cmp(left, right);
549 struct hist_entry *left, struct hist_entry *right)
553 if (left->mem_info)
554 l = cl_offset(left->mem_info->daddr.addr);
577 struct hist_entry *left, struct hist_entry *right)
579 return sort__iaddr_cmp(left, right);
598 struct hist_entry *left, struct hist_entry *right)
605 c2c_left = container_of(left, struct c2c_hist_entry, he);
630 struct hist_entry *left, struct hist_entry *right) \
634 c2c_left = container_of(left, struct c2c_hist_entry, he); \
694 struct hist_entry *left, struct hist_entry *right)
701 c2c_left = container_of(left, struct c2c_hist_entry, he);
745 struct hist_entry *left, struct hist_entry *right)
752 c2c_left = container_of(left, struct c2c_hist_entry, he);
843 struct hist_entry *left, struct hist_entry *right)
850 c2c_left = container_of(left, struct c2c_hist_entry, he);
916 struct hist_entry *left, struct hist_entry *right)
921 per_left = PERCENT(left, rmt_hitm);
947 struct hist_entry *left, struct hist_entry *right)
952 per_left = PERCENT(left, lcl_hitm);
978 struct hist_entry *left, struct hist_entry *right)
983 per_left = PERCENT(left, st_l1hit);
1009 struct hist_entry *left, struct hist_entry *right)
1014 per_left = PERCENT(left, st_l1miss);
1034 struct hist_entry *left, struct hist_entry *right)
1036 return left->thread->pid_ - right->thread->pid_;
1041 struct hist_entry *left __maybe_unused,