Searched defs:AuxRecordData (Results 1 – 1 of 1) sorted by relevance
237 struct AuxRecordData { struct in simpleperf::ETMBranchListGeneratorImpl238 uint64_t start;239 uint64_t end;240 bool formatted;241 AuxRecordData(uint64_t start, uint64_t end, bool formatted) in AuxRecordData() function