Home | History | Annotate | Download | only in rtl

Lines Matching refs:hdr

73   const uptr hdr = GetThreadTraceHeader(tid);
75 MapThreadTrace(hdr, sizeof(Trace), name);
76 new((void*)hdr) Trace();
80 uptr hdr_end = hdr + sizeof(Trace);
83 if (hdr_end < hdr + sizeof(Trace))
84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end);
510 TraceHeader *hdr = &thr_trace->headers[trace];
511 hdr->epoch0 = thr->fast_state.epoch();
512 ObtainCurrentStack(thr, 0, &hdr->stack0);
513 hdr->mset0 = thr->mset;