Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.h61 struct SourceAllocation { struct
62 uint64_t pid = 0;
65 int64_t timestamp = 0;
66 StringId heap_name;
90 void StoreAllocation(const SourceAllocation& allocation); argument