Lines Matching defs:right

562 				     struct hist_entry *right)
565 bool pairs_right = hist_entry__has_pairs(right);
572 r = llabs(right->diff.cycles);
577 struct hist_entry *left, struct hist_entry *right)
579 return block_cycles_diff_cmp(right, left);
758 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,
765 double r = right->diff.period_ratio_delta;
772 double r = fabs(right->diff.period_ratio_delta);
779 double r = right->diff.period_ratio;
786 s64 r = right->diff.wdiff;
798 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,
802 bool pairs_right = hist_entry__has_pairs(right);
812 p_right = get_pair_data(right, &data__files[sort_idx]);
828 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right,
834 p_right = get_pair_data(right, &data__files[sort_idx]);
848 if (left->dummy && right->dummy)
851 if (left->dummy || right->dummy)
861 struct hist_entry *right __maybe_unused)
868 struct hist_entry *left, struct hist_entry *right)
870 if (left->stat.period == right->stat.period)
872 return left->stat.period > right->stat.period ? 1 : -1;
877 struct hist_entry *left, struct hist_entry *right)
881 return hist_entry__cmp_compute(right, left, COMPUTE_DELTA, d->idx);
886 struct hist_entry *left, struct hist_entry *right)
890 return hist_entry__cmp_compute(right, left, COMPUTE_DELTA_ABS, d->idx);
895 struct hist_entry *left, struct hist_entry *right)
899 return hist_entry__cmp_compute(right, left, COMPUTE_RATIO, d->idx);
904 struct hist_entry *left, struct hist_entry *right)
908 return hist_entry__cmp_compute(right, left, COMPUTE_WEIGHTED_DIFF, d->idx);
913 struct hist_entry *left, struct hist_entry *right)
915 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA,
921 struct hist_entry *left, struct hist_entry *right)
923 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA_ABS,
929 struct hist_entry *left, struct hist_entry *right)
931 return hist_entry__cmp_compute_idx(right, left, COMPUTE_RATIO,
937 struct hist_entry *left, struct hist_entry *right)
939 return hist_entry__cmp_compute_idx(right, left, COMPUTE_WEIGHTED_DIFF,