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