Home
last modified time | relevance | path

Searched refs:SourceCallstackId (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.h60 using SourceCallstackId = uint64_t; variable
88 void AddCallstack(SourceCallstackId id, const SourceCallstack& callstack);
99 SourceCallstackId src_callstack_id;
132 base::FlatHashMap<SourceCallstackId, CallsiteId> callstacks_;
165 base::FlatHashMap<SourceCallstackId, tables::HeapProfileAllocationTable::Row>
167 base::FlatHashMap<SourceCallstackId, tables::HeapProfileAllocationTable::Row>
H A Dprofile_packet_sequence_state.cc126 SourceCallstackId id, in AddCallstack()