Searched refs:kTraceParts (Results 1 – 4 of 4) sorted by relevance
27 const int kTraceParts = TSAN_HISTORY_SIZE * 1024 / kTracePartSize; variable28 const int kTraceSize = kTracePartSize * kTraceParts;65 TraceHeader headers[kTraceParts];
268 const int partidx = (epoch / (kTraceSize / kTraceParts)) % kTraceParts; in RestoreStack()
236 for (int i = 0; i < kTraceParts; i++) { in ThreadFinish()
253 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % kTraceParts; in TraceSwitch()