Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtrace_buffer.h368 struct ChunkMeta { struct
370 struct Key {
416 ChunkMeta(uint32_t _record_off, in ChunkMeta() function
431 bool is_complete() const { return index_flags & kComplete; } in is_complete()
433 void set_complete(bool complete) { in set_complete()
460 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument
474 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument