Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.cc262 context_->storage->mutable_heap_profile_allocation_table()->Insert( in AddAllocation()
272 context_->storage->mutable_heap_profile_allocation_table()->Insert( in AddAllocation()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h542 tables::HeapProfileAllocationTable* mutable_heap_profile_allocation_table() { in mutable_heap_profile_allocation_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc982 RegisterStaticTable(storage->mutable_heap_profile_allocation_table()); in InitPerfettoSqlEngine()