Skip to content

Commit 89bbc7e

Browse files
committed
Fixes typo
1 parent 942700c commit 89bbc7e

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
@@ -1583,12 +1583,10 @@ std::error_code DataAggregator::parseBranchEvents() {
15831583
"mode may be limited)\n";
15841584
else
15851585
errs()
1586-
<< "PERF2BOLT-WARNING: all recorded samples for this binary lack "
1587-
"SPE brstack entries. The minimum required version of "
1588-
"Linux-perf is v6.14 or higher for brstack support. "
1589-
"With an older Linux-perf you may get zero samples. "
1590-
"Plese also make sure about you recorded profile with: "
1591-
"perf record -e 'arm_spe_0/branch_filter=1/'.";
1586+
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
1587+
"SPE brstack entries. Make sure you are running Linux perf 6.14 "
1588+
"or later, otherwise you get zero samples. Record the profile with:"
1589+
"perf record -e 'arm_spe_0/branch_filter=1/'."
15921590
} else {
15931591
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
15941592
}

0 commit comments

Comments
 (0)