Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcpu_reader.h174 struct PageHeader { struct
175 uint64_t timestamp;
176 uint64_t size;
177 bool lost_events;
/aosp_15_r20/external/google-breakpad/src/common/
H A Dmemory_allocator.h148 struct PageHeader { struct
149 PageHeader* next; // pointer to the start of the next set of pages. argument
154 PageHeader* last_; argument
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_abi.h293 struct PageHeader { struct
302 std::atomic<uint32_t> layout;
307 uint32_t reserved;
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_abi.h293 struct PageHeader { struct
302 std::atomic<uint32_t> header_bitmap;
307 uint32_t reserved;
/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp128 class PageHeader class
131 PageHeader(PageHeader *nextPage, size_t pageCount) in PageHeader() function in angle::PageHeader
H A DPoolAlloc.h40 class PageHeader; variable