Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.h94 FrameId GetDatabaseFrameIdForTesting(SourceFrameId);
H A Dprofile_packet_sequence_state.cc168 FrameId ProfilePacketSequenceState::GetDatabaseFrameIdForTesting( in GetDatabaseFrameIdForTesting() function in perfetto::trace_processor::ProfilePacketSequenceState
H A Dprofile_packet_sequence_state_unittest.cc341 auto frame_id = ppss.GetDatabaseFrameIdForTesting(callstack[depth]); in TEST()