Searched refs:hist_entry__cmp_compute (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/ | 
| D | builtin-diff.c | 840 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right,  in hist_entry__cmp_compute()  function923 	return hist_entry__cmp_compute(right, left, COMPUTE_DELTA, d->idx);  in hist_entry__cmp_delta()
 932 	return hist_entry__cmp_compute(right, left, COMPUTE_DELTA_ABS, d->idx);  in hist_entry__cmp_delta_abs()
 941 	return hist_entry__cmp_compute(right, left, COMPUTE_RATIO, d->idx);  in hist_entry__cmp_ratio()
 950 	return hist_entry__cmp_compute(right, left, COMPUTE_WEIGHTED_DIFF, d->idx);  in hist_entry__cmp_wdiff()
 
 |