Home
last modified time | relevance | path

Searched refs:kTraceParts (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h27 const int kTraceParts = TSAN_HISTORY_SIZE * 1024 / kTracePartSize; variable
28 const int kTraceSize = kTracePartSize * kTraceParts;
65 TraceHeader headers[kTraceParts];
Dtsan_rtl_report.cc268 const int partidx = (epoch / (kTraceSize / kTraceParts)) % kTraceParts; in RestoreStack()
Dtsan_rtl_thread.cc236 for (int i = 0; i < kTraceParts; i++) { in ThreadFinish()
Dtsan_rtl.cc253 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % kTraceParts; in TraceSwitch()