Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 5 of 5) 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()
865 if (pair->diff.computed) in __hpp__color_compare()
876 if (pair->diff.computed) in __hpp__color_compare()
887 if (pair->diff.computed) in __hpp__color_compare()
948 if (pair->diff.computed) in hpp__entry_pair()
963 if (pair->diff.computed) in hpp__entry_pair()
979 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:
Dperf-stat.txt151 Only print computed metrics. Print them in a single line.
216 mispredictions and similar issues. Retiring means that the CPU computed without
Dperf-list.txt188 When metrics are computed using formulas from event counts, it is useful to
/tools/perf/util/
Dsort.h58 bool computed; member