Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.cc22 ProfilePacketInternLookup::~ProfilePacketInternLookup() = default;
Dprofile_packet_utils.h121 class ProfilePacketInternLookup
124 explicit ProfilePacketInternLookup(PacketSequenceStateGeneration* seq_state) in ProfilePacketInternLookup() function
126 ~ProfilePacketInternLookup() override;
Dprofile_module.cc127 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseStreamingProfilePacket()
225 ProfilePacketInternLookup intern_lookup(sequence_state); in ParsePerfSample()
Dproto_trace_parser.cc378 ProfilePacketInternLookup intern_lookup(sequence_state); in ParseProfilePacket()