Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/tracing/core/
Dshared_memory_abi.h579 uint16_t GetChunkSizeForLayout(uint32_t page_layout) const { in GetChunkSizeForLayout()
583 static ChunkState GetChunkStateFromLayout(uint32_t page_layout, in GetChunkStateFromLayout()
589 static constexpr uint32_t GetNumChunksForLayout(uint32_t page_layout) { in GetNumChunksForLayout()
597 static uint32_t GetUsedChunks(uint32_t page_layout) { in GetUsedChunks()
/external/perfetto/src/tracing/core/
Dtrace_writer_impl_unittest.cc133 uint32_t page_layout = abi->GetPageLayout(page_idx); in GetPacketsFromShmemAndPatches() local
192 uint32_t page_layout; member
198 uint32_t page_layout = abi->GetPageLayout(page_idx); in GetFirstChunkBeingWritten() local
Dshared_memory_abi.cc140 uint32_t page_layout, in GetChunkUnchecked()