Searched defs:TraceData (Results 1 – 1 of 1) sorted by relevance
239 struct TraceData { struct in simpleperf::__anon83ecdb8c0111::MapLocator240 int32_t tid = -1; // thread id, -1 if invalid241 const ThreadEntry* thread = nullptr;242 const MapEntry* userspace_map = nullptr;243 bool use_vmid = false; // use vmid for PID322 struct TraceData { struct in simpleperf::__anon83ecdb8c0111::MemAccess323 const MapEntry* buffer_map = nullptr;324 const char* buffer = nullptr;325 uint64_t buffer_start = 0;326 uint64_t buffer_end = 0;[all …]