Home
last modified time | relevance | path

Searched refs:COMPUTE_DELTA_ABS (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/perf/
Dbuiltin-diff.c109 COMPUTE_DELTA_ABS, enumerator
117 [COMPUTE_DELTA_ABS] = "delta-abs",
123 static int compute = COMPUTE_DELTA_ABS;
127 [COMPUTE_DELTA_ABS] = PERF_HPP_DIFF__DELTA_ABS,
353 case COMPUTE_DELTA_ABS: in formula_fprintf()
718 case COMPUTE_DELTA_ABS: in hists__precompute()
771 case COMPUTE_DELTA_ABS: in __hist_entry__cmp_compute()
844 if (c != COMPUTE_DELTA && c != COMPUTE_DELTA_ABS) { in hist_entry__cmp_compute_idx()
892 return hist_entry__cmp_compute(right, left, COMPUTE_DELTA_ABS, d->idx); in hist_entry__cmp_delta_abs()
925 return hist_entry__cmp_compute_idx(right, left, COMPUTE_DELTA_ABS, in hist_entry__cmp_delta_abs_idx()
[all …]