Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_sequence_state.h61 struct SourceAllocation { struct
90 void StoreAllocation(const SourceAllocation& allocation); argument
113 void AddAllocation(const SourceAllocation& alloc);
134 std::vector<SourceAllocation> pending_allocs_;
Dprofile_packet_sequence_state.cc150 const SourceAllocation& alloc) { in StoreAllocation()
155 for (const SourceAllocation& alloc : pending_allocs_) in CommitAllocations()
178 void ProfilePacketSequenceState::AddAllocation(const SourceAllocation& alloc) { in AddAllocation()
Dprofile_module.cc404 ProfilePacketSequenceState::SourceAllocation src_allocation; in ParseProfilePacket()