Searched refs:hist_entry__cmp_compute_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 828 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() function 915 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA, in hist_entry__cmp_delta_idx() 923 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA_ABS, in hist_entry__cmp_delta_abs_idx() 931 return hist_entry__cmp_compute_idx(right, left, COMPUTE_RATIO, in hist_entry__cmp_ratio_idx() 939 return hist_entry__cmp_compute_idx(right, left, COMPUTE_WEIGHTED_DIFF, in hist_entry__cmp_wdiff_idx()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 830 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() function 917 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA, in hist_entry__cmp_delta_idx() 925 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA_ABS, in hist_entry__cmp_delta_abs_idx() 933 return hist_entry__cmp_compute_idx(right, left, COMPUTE_RATIO, in hist_entry__cmp_ratio_idx() 941 return hist_entry__cmp_compute_idx(right, left, COMPUTE_WEIGHTED_DIFF, in hist_entry__cmp_wdiff_idx()
|
Completed in 9 milliseconds