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 89bbc7e commit 7c0e538Copy full SHA for 7c0e538
bolt/lib/Profile/DataAggregator.cpp
@@ -1585,8 +1585,8 @@ std::error_code DataAggregator::parseBranchEvents() {
1585
errs()
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/'."
+ "or later, otherwise you get zero samples. Record the profile "
+ "with: perf record -e 'arm_spe_0/branch_filter=1/'.";
1590
} else {
1591
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
1592
}
0 commit comments