reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
386 const int partidx = (epoch / kTracePartSize) % TraceParts(); 388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize) 388 if (epoch < hdr->epoch0 || epoch >= hdr->epoch0 + kTracePartSize) 390 CHECK_EQ(RoundDown(epoch, kTracePartSize), hdr->epoch0); 391 const u64 epoch0 = RoundDown(epoch, TraceSize()); 392 const u64 eend = epoch % TraceSize();