Searched refs:ParseTraceConfig (Results 1 – 8 of 8) sorted by relevance
41 void ProtoImporterModule::ParseTraceConfig( in ParseTraceConfig() function in perfetto::trace_processor::ProtoImporterModule
45 void ParseTraceConfig(
75 void ParseTraceConfig(ConstBytes);
76 void ParseTraceConfig(ConstBytes);
128 virtual void ParseTraceConfig(const protos::pbzero::TraceConfig_Decoder&);
223 ParseTraceConfig(decoder.trace_config()); in ParsePacket()233 void ProtoTraceReader::ParseTraceConfig(protozero::ConstBytes blob) { in ParseTraceConfig() function in perfetto::trace_processor::ProtoTraceReader
183 void AndroidProbesModule::ParseTraceConfig( in ParseTraceConfig() function in perfetto::trace_processor::AndroidProbesModule
156 ParseTraceConfig(packet.trace_config()); in ParseTracePacketImpl()636 void ProtoTraceParser::ParseTraceConfig(ConstBytes blob) { in ParseTraceConfig() function in perfetto::trace_processor::ProtoTraceParser641 module->ParseTraceConfig(trace_config); in ParseTraceConfig()