Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state_unittest.cc119 profile_packet_sequence_state().AddCallstack(kCallstackId, first_callsite); in InsertCallsite()
332 ppss.AddCallstack(i, callstacks[i]); in TEST()
H A Dprofile_packet_sequence_state.h88 void AddCallstack(SourceCallstackId id, const SourceCallstack& callstack);
H A Dprofile_packet_sequence_state.cc125 void ProfilePacketSequenceState::AddCallstack( in AddCallstack() function in perfetto::trace_processor::ProfilePacketSequenceState
H A Dprofile_module.cc346 profile_packet_sequence_state.AddCallstack( in ParseProfilePacket()