Home
last modified time | relevance | path

Searched refs:LookupInternedMessage (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.h134 decoder = seq_state_->LookupInternedMessage< in GetString()
139 decoder = seq_state_->LookupInternedMessage< in GetString()
144 decoder = seq_state_->LookupInternedMessage< in GetString()
157 auto* decoder = seq_state_->LookupInternedMessage< in GetMapping()
167 auto* decoder = seq_state_->LookupInternedMessage< in GetFrame()
Dvulkan_memory_tracker.h46 state->LookupInternedMessage<FieldId, protos::pbzero::InternedString>( in GetInternedString()
Dpacket_sequence_state.h158 typename MessageType::Decoder* LookupInternedMessage(uint64_t iid);
358 PacketSequenceStateGeneration::LookupInternedMessage(uint64_t iid) { in LookupInternedMessage() function
Dtrack_event_parser.cc260 auto* decoder = sequence_state_->LookupInternedMessage< in ParseTrackEventCategory()
281 auto* decoder = sequence_state_->LookupInternedMessage< in ParseTrackEventCategory()
309 auto* decoder = sequence_state_->LookupInternedMessage< in ParseTrackEventName()
1142 auto* decoder = sequence_state_->LookupInternedMessage< in ParseDebugAnnotationName()
1297 auto* decoder = sequence_state_->LookupInternedMessage< in ParseTaskExecutionArgs()
1324 auto* decoder = sequence_state_->LookupInternedMessage< in AddSourceLocationArgs()
1355 auto* decoder = sequence_state_->LookupInternedMessage< in ParseLogMessage()
1389 auto* decoder = sequence_state_->LookupInternedMessage< in ParseHistogramName()
Dgpu_event_parser.cc228 auto* decoder = sequence_state->LookupInternedMessage< in GetFullStageName()
369 auto* decoder = sequence_state->LookupInternedMessage< in ParseGpuRenderStageEvent()
401 auto* decoder = sequence_state->LookupInternedMessage< in ParseGpuRenderStageEvent()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc645 auto* interned_string = seq_state->LookupInternedMessage< in ParseTypedFtraceToRaw()
1263 auto* interned_string = seq_state->LookupInternedMessage< in ParseWorkqueueExecuteStart()
1425 auto* interned_string = seq_state->LookupInternedMessage< in ParseSchedBlockedReason()