Lines Matching defs:Trace
164 struct Trace;
167 Trace* trace = nullptr; // back-pointer to Trace containing this part
168 INode trace_parts; // in Trace::parts
189 struct Trace {
196 // Number of trace parts allocated on behalf of this trace specifically.
197 // Total number of parts in this trace can be larger if we retake some
201 Trace() : mtx(MutexTypeTrace) {}