Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtrace_buffer.h326 struct ChunkMeta { struct
328 struct Key {
371 ChunkMeta(ChunkRecord* r, uint16_t p, bool complete, uint8_t f, uid_t u) in ChunkMeta() function
377 bool is_complete() const { return index_flags & kComplete; } in is_complete()
379 void set_complete(bool complete) { in set_complete()
407 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument
421 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument