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 4c68b93 commit 0782911Copy full SHA for 0782911
bolt/include/bolt/Profile/DataAggregator.h
@@ -305,7 +305,7 @@ class DataAggregator : public DataReader {
305
/// ```
306
/// SPE branch events will have 'ADDR' set to a branch target address while
307
/// other perf or SPE events will have it set to zero.
308
- ErrorOr<std::pair<PerfBasicSample,PerfBasicSample>> parseSpeAsBasicSamples();
+ ErrorOr<std::pair<PerfBasicSample, PerfBasicSample>> parseSpeAsBasicSamples();
309
310
/// Parse a single perf sample containing a PID associated with an IP and
311
/// address.
0 commit comments