Home
last modified time | relevance | path

Searched refs:SourceCallstack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_utils.h61 static ProfilePacketSequenceState::SourceCallstack MakeSourceCallstack( in MakeSourceCallstack()
63 ProfilePacketSequenceState::SourceCallstack src_callstack; in MakeSourceCallstack()
H A Dprofile_packet_sequence_state_unittest.cc117 ProfilePacketSequenceState::SourceCallstack first_callsite = { in InsertCallsite()
307 ProfilePacketSequenceState::SourceCallstack callstacks[3]; in TEST()
338 const ProfilePacketSequenceState::SourceCallstack& callstack = in TEST()
H A Dprofile_packet_sequence_state.h59 using SourceCallstack = std::vector<SourceFrameId>; variable
88 void AddCallstack(SourceCallstackId id, const SourceCallstack& callstack);
H A Dprofile_packet_sequence_state.cc127 const SourceCallstack& callstack) { in AddCallstack()