Searched defs:TraceData (Results 1 – 1 of 1) sorted by relevance
226 struct TraceData { struct in simpleperf::__anon57c802930111::MapLocator227 int32_t tid = -1; // thread id, -1 if invalid228 const ThreadEntry* thread = nullptr;229 const MapEntry* userspace_map = nullptr;296 struct TraceData { struct in simpleperf::__anon57c802930111::MemAccess297 const MapEntry* buffer_map = nullptr;298 const char* buffer = nullptr;299 uint64_t buffer_start = 0;300 uint64_t buffer_end = 0;415 struct TraceData { struct in simpleperf::__anon57c802930111::InstrRangeParser[all …]