Skip to content

Commit 0ec7079

Browse files
committed
clang format fix
1 parent 5651631 commit 0ec7079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,8 +1611,8 @@ std::error_code DataAggregator::parseBranchEvents() {
16111611
errs()
16121612
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
16131613
"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/'."
1614+
"or later, otherwise you get zero samples. Record the profile "
1615+
"with: perf record -e 'arm_spe_0/branch_filter=1/'.";
16161616
} else {
16171617
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
16181618
}

0 commit comments

Comments
 (0)