Searched defs:ChunkMeta (Results 1 – 2 of 2) sorted by relevance
33619 struct ChunkMeta { struct in perfetto::TraceBuffer33621 struct Key {33651 enum IndexFlags : uint8_t {33664 ChunkMeta(ChunkRecord* r, uint16_t p, bool complete, uint8_t f, uid_t u) in ChunkMeta() argument33670 bool is_complete() const { return index_flags & kComplete; } in is_complete()33672 void set_complete(bool complete) { in set_complete()33680 bool last_read_packet_skipped() const { in last_read_packet_skipped()33684 void set_last_read_packet_skipped(bool skipped) { in set_last_read_packet_skipped()33692 ChunkRecord* const chunk_record; // Addr of ChunkRecord within |data_|.33693 const uid_t trusted_uid; // uid of the producer.[all …]
44763 struct ChunkMeta { struct in perfetto::TraceBuffer44765 struct Key {44795 enum IndexFlags : uint8_t {44808 ChunkMeta(ChunkRecord* r, uint16_t p, bool complete, uint8_t f, uid_t u) in ChunkMeta() argument44814 bool is_complete() const { return index_flags & kComplete; } in is_complete()44816 void set_complete(bool complete) { in set_complete()44824 bool last_read_packet_skipped() const { in last_read_packet_skipped()44828 void set_last_read_packet_skipped(bool skipped) { in set_last_read_packet_skipped()44836 ChunkRecord* const chunk_record; // Addr of ChunkRecord within |data_|.44837 const uid_t trusted_uid; // uid of the producer.[all …]