We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5651631 commit 0ec7079Copy full SHA for 0ec7079
bolt/lib/Profile/DataAggregator.cpp
@@ -1611,8 +1611,8 @@ std::error_code DataAggregator::parseBranchEvents() {
1611
errs()
1612
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
1613
"SPE brstack entries. Make sure you are running Linux perf 6.14 "
1614
- "or later, otherwise you get zero samples. Record the profile with:"
1615
- "perf record -e 'arm_spe_0/branch_filter=1/'."
+ "or later, otherwise you get zero samples. Record the profile "
+ "with: perf record -e 'arm_spe_0/branch_filter=1/'.";
1616
} else {
1617
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
1618
}
0 commit comments