Home
last modified time | relevance | path

Searched refs:chunk_seq (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_log.cc148 void MakeHandle(uint32_t chunk_seq, in MakeHandle() argument
152 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()
Dtrace_buffer.cc86 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
203 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
Dtrace_event_impl.h67 uint32_t chunk_seq; member