Home
last modified time | relevance | path

Searched refs:ParseTraceConfig (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dproto_importer_module.cc41 void ProtoImporterModule::ParseTraceConfig( in ParseTraceConfig() function in perfetto::trace_processor::ProtoImporterModule
Dandroid_probes_module.h45 void ParseTraceConfig(
Dproto_trace_parser.h75 void ParseTraceConfig(ConstBytes);
Dproto_trace_reader.h76 void ParseTraceConfig(ConstBytes);
Dproto_importer_module.h128 virtual void ParseTraceConfig(const protos::pbzero::TraceConfig_Decoder&);
Dproto_trace_reader.cc223 ParseTraceConfig(decoder.trace_config()); in ParsePacket()
233 void ProtoTraceReader::ParseTraceConfig(protozero::ConstBytes blob) { in ParseTraceConfig() function in perfetto::trace_processor::ProtoTraceReader
Dandroid_probes_module.cc183 void AndroidProbesModule::ParseTraceConfig( in ParseTraceConfig() function in perfetto::trace_processor::AndroidProbesModule
Dproto_trace_parser.cc156 ParseTraceConfig(packet.trace_config()); in ParseTracePacketImpl()
636 void ProtoTraceParser::ParseTraceConfig(ConstBytes blob) { in ParseTraceConfig() function in perfetto::trace_processor::ProtoTraceParser
641 module->ParseTraceConfig(trace_config); in ParseTraceConfig()