Skip to content

Commit 7772f03

Browse files
committed
Fixes typo
1 parent 82ddcf2 commit 7772f03

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,12 +1600,10 @@ std::error_code DataAggregator::parseBranchEvents() {
16001600
"mode may be limited)\n";
16011601
else
16021602
errs()
1603-
<< "PERF2BOLT-WARNING: all recorded samples for this binary lack "
1604-
"SPE brstack entries. The minimum required version of "
1605-
"Linux-perf is v6.14 or higher for brstack support. "
1606-
"With an older Linux-perf you may get zero samples. "
1607-
"Plese also make sure about you recorded profile with: "
1608-
"perf record -e 'arm_spe_0/branch_filter=1/'.";
1603+
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
1604+
"SPE brstack entries. Make sure you are running Linux perf 6.14 "
1605+
"or later, otherwise you get zero samples. Record the profile with:"
1606+
"perf record -e 'arm_spe_0/branch_filter=1/'."
16091607
} else {
16101608
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
16111609
}

0 commit comments

Comments
 (0)