Lines Matching defs:tctx
85 Trace* trace = &thr->tctx->trace;
144 ThreadContext* tctx = (ThreadContext*)ctx->thread_registry.GetThreadLocked(
150 auto trace = &tctx->trace;
152 bool attached = tctx->thr && tctx->thr->slot;
172 &tctx->thr->trace_pos,
181 if (tctx->thr && !tctx->thr->slot) {
182 atomic_store_relaxed(&tctx->thr->trace_pos, 0);
183 tctx->thr->trace_prev_pc = 0;
327 auto* trace = &thr->tctx->trace;
336 thr->tctx->trace.local_head = nullptr;
917 Trace *trace = &thr->tctx->trace;
953 TracePart* part = thr->tctx->trace.parts.Back();
966 Trace* trace = &thr->tctx->trace;