Searched refs:hist_entry__cmp_compute_idx (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-diff.c | 817 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() function 904 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA, in hist_entry__cmp_delta_idx() 912 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA_ABS, in hist_entry__cmp_delta_abs_idx() 920 return hist_entry__cmp_compute_idx(right, left, COMPUTE_RATIO, in hist_entry__cmp_ratio_idx() 928 return hist_entry__cmp_compute_idx(right, left, COMPUTE_WEIGHTED_DIFF, in hist_entry__cmp_wdiff_idx()
|