Home
last modified time | relevance | path

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

/external/v8/src/libplatform/tracing/
Dtrace-buffer.cc42 uint32_t chunk_seq; in GetEventByHandle() local
43 ExtractHandle(handle, &chunk_index, &chunk_seq, &event_index); in GetEventByHandle()
46 if (!chunk || chunk->seq() != chunk_seq) return NULL; in GetEventByHandle()
70 uint32_t chunk_seq, in MakeHandle() argument
72 return static_cast<uint64_t>(chunk_seq) * Capacity() + in MakeHandle()
77 uint32_t* chunk_seq, in ExtractHandle() argument
79 *chunk_seq = static_cast<uint32_t>(handle / Capacity()); in ExtractHandle()
Dtrace-buffer.h28 uint64_t MakeHandle(size_t chunk_index, uint32_t chunk_seq,
30 void ExtractHandle(uint64_t handle, size_t* chunk_index, uint32_t* chunk_seq,
/external/libchrome/base/trace_event/
Dtrace_log.cc152 void MakeHandle(uint32_t chunk_seq, in MakeHandle() argument
156 DCHECK(chunk_seq); in MakeHandle()
160 handle->chunk_seq = chunk_seq; in MakeHandle()
213 if (!chunk_ || handle.chunk_seq != chunk_->seq() || in GetEventByHandle()
1450 DVLOG(1) << "TraceHandle: chunk_seq " << handle.chunk_seq in UpdateTraceEventDuration()
1569 if (!handle.chunk_seq) in GetEventByHandleInternal()
1572 DCHECK(handle.chunk_seq); in GetEventByHandleInternal()
1590 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.h68 uint32_t chunk_seq; member
/external/fio/
Diolog.h132 unsigned int chunk_seq; member
Diolog.c1168 seq = ++data->log->chunk_seq; in gz_work()