Home
last modified time | relevance | path

Searched defs:ChunkMeta (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/core/
Dtrace_buffer.h337 struct ChunkMeta { struct
339 struct Key {
382 ChunkMeta(ChunkRecord* r, in ChunkMeta() argument
397 bool is_complete() const { return index_flags & kComplete; } in is_complete()
399 void set_complete(bool complete) { in set_complete()
428 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument
442 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument