Home | History | Annotate | Download | only in tsan

Lines Matching defs:Trace

47   BufferedStackTrace stack0;  // Start stack for the trace.
51 u64 epoch0; // Start epoch for the trace.
57 struct Trace {
68 Trace() : mtx(MutexTypeTrace) {}
186 struct Trace;
189 Trace* trace = nullptr; // back-pointer to Trace containing this part
190 INode trace_parts; // in Trace::parts
209 struct Trace {
215 Trace() : mtx(MutexTypeTrace) {}