Home
last modified time | relevance | path

Searched refs:GetChunkRecordAt (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/core/
Dtrace_buffer.cc174 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments, in CopyChunkUntrusted()
181 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments, in CopyChunkUntrusted()
212 const ChunkRecord& next_chunk = *GetChunkRecordAt(next_chunk_ptr); in DeleteNextChunksFor()
Dtrace_buffer.h463 ChunkRecord* GetChunkRecordAt(uint8_t* ptr) const { in GetChunkRecordAt() function