Skip to content

Commit 7c0e538

Browse files
committed
clang format fix
1 parent 89bbc7e commit 7c0e538

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
@@ -1585,8 +1585,8 @@ std::error_code DataAggregator::parseBranchEvents() {
15851585
errs()
15861586
<< "PERF2BOLT-WARNING: All recorded samples for this binary lack "
15871587
"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/'."
1588+
"or later, otherwise you get zero samples. Record the profile "
1589+
"with: perf record -e 'arm_spe_0/branch_filter=1/'.";
15901590
} else {
15911591
printBranchStacksDiagnostics(NumTotalSamples - NumSamples);
15921592
}

0 commit comments

Comments
 (0)