Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-diff.c233 pair->diff.computed = true; in compute_delta()
242 pair->diff.computed = true; in compute_ratio()
252 pair->diff.computed = true; in compute_wdiff()
876 if (pair->diff.computed) in __hpp__color_compare()
887 if (pair->diff.computed) in __hpp__color_compare()
898 if (pair->diff.computed) in __hpp__color_compare()
959 if (pair->diff.computed) in hpp__entry_pair()
974 if (pair->diff.computed) in hpp__entry_pair()
990 if (pair->diff.computed) in hpp__entry_pair()
/tools/perf/Documentation/
Dperf-diff.txt169 If specified the 'Delta' column is displayed with value 'd' computed as:
186 If specified the 'Ratio' column is displayed with value 'r' computed as:
198 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
/tools/perf/util/
Dsort.h61 bool computed; member