Lines Matching full:trace
54 // Map thread trace when context is created.
56 MapThreadTrace(GetThreadTraceHeader(tid), sizeof(Trace));
57 new(ThreadTrace(tid)) Trace();
176 DPrintf("#0: Mapping trace at %p-%p(0x%zx)\n", addr, addr + size, size);
180 Printf("FATAL: ThreadSanitizer can not mmap thread trace\n");
317 Trace *thr_trace = ThreadTrace(thr->tid);
319 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts();
320 TraceHeader *hdr = &thr_trace->headers[trace];
327 Trace *ThreadTrace(int tid) {
328 return (Trace*)GetThreadTraceHeader(tid);
528 // We must not store to the trace if we do not store to the shadow.
640 // stack unwinding during trace switch (which presumably must be faster).