Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_sequence_state.h79 void SetProfilePacketIndex(uint64_t index);
Dprofile_packet_sequence_state.cc48 void ProfilePacketSequenceState::SetProfilePacketIndex(uint64_t index) { in SetProfilePacketIndex() function in perfetto::trace_processor::ProfilePacketSequenceState
Dprofile_module.cc310 profile_packet_sequence_state.SetProfilePacketIndex(packet.index()); in ParseProfilePacket()