Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-diff.txt11 '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 baseline
110 (data from the first file other base baseline). Values more than 1
182 The comparison is governed by the baseline file. The baseline perf.data
184 the command line are searched for the baseline sample pair. If the pair
187 All samples from non-baseline perf.data files, that do not match any
188 baseline entry, are displayed with empty space within baseline column
198 b - baseline sample percentage
[all …]
Dperf-config.txt523 The default is 0, which means sorting by baseline.
/tools/perf/util/
Dprobe-finder.c1582 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1605 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()