Searched refs:chunk_seq (Results 1 – 3 of 3) sorted by relevance
148 void MakeHandle(uint32_t chunk_seq, in MakeHandle() argument152 DCHECK(chunk_seq); in MakeHandle()156 handle->chunk_seq = chunk_seq; in MakeHandle()209 if (!chunk_ || handle.chunk_seq != chunk_->seq() || in GetEventByHandle()1493 DVLOG(1) << "TraceHandle: chunk_seq " << handle.chunk_seq in UpdateTraceEventDurationExplicit()1612 if (!handle.chunk_seq) in GetEventByHandleInternal()1615 DCHECK(handle.chunk_seq); in GetEventByHandleInternal()1633 return handle.chunk_seq == thread_shared_chunk_->seq() in GetEventByHandleInternal()
86 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()203 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
67 uint32_t chunk_seq; member