Searched refs:TrackEventParser (Results 1 – 3 of 3) sorted by relevance
52 class TrackEventParser {54 TrackEventParser(TraceProcessorContext*, TrackEventTracker*);
160 class TrackEventParser::EventImporter {162 EventImporter(TrackEventParser* parser, in EventImporter()1416 TrackEventParser* parser_;1439 TrackEventParser::TrackEventParser(TraceProcessorContext* context, in TrackEventParser() function in perfetto::trace_processor::TrackEventParser1553 void TrackEventParser::ParseTrackDescriptor( in ParseTrackDescriptor()1581 UniquePid TrackEventParser::ParseProcessDescriptor( in ParseProcessDescriptor()1605 void TrackEventParser::ParseChromeProcessDescriptor( in ParseChromeProcessDescriptor()1629 UniqueTid TrackEventParser::ParseThreadDescriptor( in ParseThreadDescriptor()1647 void TrackEventParser::ParseChromeThreadDescriptor( in ParseChromeThreadDescriptor()1660 void TrackEventParser::ParseCounterDescriptor( in ParseCounterDescriptor()[all …]
51 TrackEventParser parser_;