Home
last modified time | relevance | path

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

/tools/perf/bench/
A Duprobe.c114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local
115 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf()
121 if (baseline) { in bench_uprobe_format__default_fprintf()
124 if (previous != baseline) in bench_uprobe_format__default_fprintf()
130 if (baseline) { in bench_uprobe_format__default_fprintf()
133 if (previous != baseline) in bench_uprobe_format__default_fprintf()
136 baseline = diff; in bench_uprobe_format__default_fprintf()
/tools/perf/Documentation/
A Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
88 --baseline-only::
89 Show only items with match in baseline.
191 The comparison is governed by the baseline file. The baseline perf.data
197 baseline entry, are displayed with empty space within baseline column
207 b - baseline sample percentage
211 baseline/A compute/B compute/C samples
222 baseline/B compute/A compute/C samples
233 baseline/C compute/B compute/A samples
251 - A/B being matching hist entry from data/baseline file specified
[all …]
A Dperf-config.txt619 The default is 0, which means sorting by baseline.
/tools/perf/util/
A Dprobe-finder.c1597 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1633 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1641 lineno = baseline; in debuginfo__find_probe_point()
1668 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1683 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/tools/testing/selftests/net/netfilter/
A Dnft_concat_range.sh1705 info " baseline (drop from netdev hook): ${pps}pps"

Completed in 9 milliseconds