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 7772f03 commit dea69a1Copy full SHA for dea69a1
bolt/lib/Profile/DataAggregator.cpp
@@ -1602,8 +1602,8 @@ std::error_code DataAggregator::parseBranchEvents() {
1602
errs()
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/'."
+ "or later, otherwise you get zero samples. Record the profile "
+ "with: perf record -e 'arm_spe_0/branch_filter=1/'.";
1607
} else {
1608
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
1609
}
0 commit comments