Lines Matching defs:traces
613 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) {
617 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
618 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
753 VarSizeStackTrace traces[kMop];
757 ObtainCurrentStack(thr, thr->trace_prev_pc, &traces[0], &tags[0]);
758 if (IsFiredSuppression(ctx, rep_typ, traces[0]))
772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) {
777 if (IsFiredSuppression(ctx, rep_typ, traces[1]))
780 if (HandleRacyStacks(thr, traces))
795 rep.AddMemoryAccess(addr, tags[i], s[i], tids[i], traces[i], mset[i]);