Searched refs:TraceParts (Results 1 – 4 of 4) sorted by relevance
115 const uptr trace = (epoch0 / kTracePartSize) % TraceParts(); in OnStarted()138 for (uptr i = 0; i < TraceParts(); i++) { in OnFinished()
289 unsigned trace = (thr->fast_state.epoch() / kTracePartSize) % TraceParts(); in TraceSwitch()307 uptr TraceParts() { in TraceParts() function
721 uptr TraceParts();
395 const int partidx = (epoch / kTracePartSize) % TraceParts(); in RestoreStack()