Searched defs:TraceData (Results 1 – 1 of 1) sorted by relevance
239 struct TraceData { struct in simpleperf::__anonaa13da710111::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 PID317 struct TraceData { struct in simpleperf::__anonaa13da710111::MemAccess318 const MapEntry* buffer_map = nullptr;319 const char* buffer = nullptr;320 uint64_t buffer_start = 0;321 uint64_t buffer_end = 0;[all …]