Searched refs:hist_entry__cmp_compute (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-diff.c800 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, function
883 return hist_entry__cmp_compute(right, left, COMPUTE_DELTA, d->idx);
892 return hist_entry__cmp_compute(right, left, COMPUTE_DELTA_ABS, d->idx);
901 return hist_entry__cmp_compute(right, left, COMPUTE_RATIO, d->idx);
910 return hist_entry__cmp_compute(right, left, COMPUTE_WEIGHTED_DIFF, d->idx);

Completed in 128 milliseconds