]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/tsan/tsan_trace.h
libsanitizer mege from upstream r171973
[thirdparty/gcc.git] / libsanitizer / tsan / tsan_trace.h
index 154cc15c083f02a5cf848dd4a30f83a69502a558..69864838e267e835bff5bd7df822b19ca82063a0 100644 (file)
@@ -14,6 +14,7 @@
 #include "tsan_defs.h"
 #include "tsan_mutex.h"
 #include "tsan_sync.h"
+#include "tsan_mutexset.h"
 
 namespace __tsan {
 
@@ -41,6 +42,7 @@ typedef u64 Event;
 struct TraceHeader {
   StackTrace stack0;  // Start stack for the trace.
   u64        epoch0;  // Start epoch for the trace.
+  MutexSet   mset0;
 #ifndef TSAN_GO
   uptr       stack0buf[kTraceStackSize];
 #endif