Searched refs:baseline (Results 1 – 5 of 5) sorted by relevance
114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local115 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()
11 '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.data197 baseline entry, are displayed with empty space within baseline column207 b - baseline sample percentage211 baseline/A compute/B compute/C samples222 baseline/B compute/A compute/C samples233 baseline/C compute/B compute/A samples251 - A/B being matching hist entry from data/baseline file specified[all …]
619 The default is 0, which means sorting by baseline.
1597 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local1633 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()
1705 info " baseline (drop from netdev hook): ${pps}pps"
Completed in 10 milliseconds