Searched refs:chunk_seq (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/libplatform/tracing/ |
D | trace-buffer.cc | 42 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()
|
D | trace-buffer.h | 28 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/ |
D | trace_log.cc | 152 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()
|
D | trace_buffer.cc | 86 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle() 203 if (!chunk || chunk->seq() != handle.chunk_seq) in GetEventByHandle()
|
D | trace_event_impl.h | 68 uint32_t chunk_seq; member
|
/external/fio/ |
D | iolog.h | 132 unsigned int chunk_seq; member
|
D | iolog.c | 1168 seq = ++data->log->chunk_seq; in gz_work()
|