Searched refs:baseline (Results 1 – 3 of 3) sorted by relevance
11 'perf diff' [baseline file] [data file1] [[data file2] ... ]88 --baseline-only::89 Show only items with match in baseline.108 Specify compute sorting column number. 0 means sorting by baseline110 (data from the first file other base baseline). Values more than 1182 The comparison is governed by the baseline file. The baseline perf.data184 the command line are searched for the baseline sample pair. If the pair187 All samples from non-baseline perf.data files, that do not match any188 baseline entry, are displayed with empty space within baseline column198 b - baseline sample percentage[all …]
523 The default is 0, which means sorting by baseline.
1582 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local1605 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()1613 lineno = baseline; in debuginfo__find_probe_point()1640 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()1655 ppt->line = lineno - baseline; in debuginfo__find_probe_point()