Searched refs:COMPUTE_RATIO (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 74 COMPUTE_RATIO, enumerator 81 [COMPUTE_RATIO] = "ratio", 89 [COMPUTE_RATIO] = PERF_HPP_DIFF__RATIO, 302 case COMPUTE_RATIO: in formula_fprintf() 474 case COMPUTE_RATIO: in hists__precompute() 509 case COMPUTE_RATIO: in __hist_entry__cmp_compute() 623 return hist_entry__cmp_compute(right, left, COMPUTE_RATIO, d->idx); in hist_entry__cmp_ratio() 647 return hist_entry__cmp_compute_idx(right, left, COMPUTE_RATIO, in hist_entry__cmp_ratio_idx() 878 case COMPUTE_RATIO: in __hpp__color_compare() 921 return __hpp__color_compare(fmt, hpp, he, COMPUTE_RATIO); in hpp__color_ratio() [all …]
|