struct ChunkHeader
Defined at line 312 of file ../../third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_abi.h
There is one Chunk header per chunk (hence PageLayout per page) at the
beginning of each chunk.
Public Members
atomic chunk_id
atomic writer_id
atomic packets
static const uint8_t kFlagsMask
Enumerations
enum Flags
| Name | Value |
|---|---|
| kFirstPacketContinuesFromPrevChunk | 1 << 0 |
| kLastPacketContinuesOnNextChunk | 1 << 1 |
| kChunkNeedsPatching | 1 << 2 |
Defined at line 314 of file ../../third_party/perfetto/include/perfetto/ext/tracing/core/shared_memory_abi.h