Home
last modified time | relevance | path

Searched refs:TrackEventParser (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.h52 class TrackEventParser {
54 TrackEventParser(TraceProcessorContext*, TrackEventTracker*);
Dtrack_event_parser.cc160 class TrackEventParser::EventImporter {
162 EventImporter(TrackEventParser* parser, in EventImporter()
1416 TrackEventParser* parser_;
1439 TrackEventParser::TrackEventParser(TraceProcessorContext* context, in TrackEventParser() function in perfetto::trace_processor::TrackEventParser
1553 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 …]
Dtrack_event_module.h51 TrackEventParser parser_;