Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_log.cc167 void MakeHandle(uint32_t chunk_seq, in MakeHandle() argument
171 DCHECK(chunk_seq); in MakeHandle()
174 handle->chunk_seq = chunk_seq; in MakeHandle()
215 if (!chunk_ || handle.chunk_seq != chunk_->seq() || in GetEventByHandle()
1575 if (!handle.chunk_seq) in GetEventByHandleInternal()
1592 return handle.chunk_seq == thread_shared_chunk_->seq() in GetEventByHandleInternal()
Dtrace_event_impl.h74 uint32_t chunk_seq; member
Dtrace_buffer.cc82 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
245 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
/external/fio/
Diolog.h92 unsigned int chunk_seq; member
Diolog.c1009 seq = ++data->log->chunk_seq; in gz_work()