Skip to content

Commit dea69a1

Browse files
committed
clang format fix
1 parent 7772f03 commit dea69a1

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
@@ -1602,8 +1602,8 @@ std::error_code DataAggregator::parseBranchEvents() {
16021602
errs()
16031603
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
16041604
"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/'."
1605+
"or later, otherwise you get zero samples. Record the profile "
1606+
"with: perf record -e 'arm_spe_0/branch_filter=1/'.";
16071607
} else {
16081608
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
16091609
}

0 commit comments

Comments
 (0)