Searched refs:SystraceTraceParser (Results 1 – 3 of 3) sorted by relevance
32 class SystraceTraceParser : public ChunkedTraceReader {34 explicit SystraceTraceParser(TraceProcessorContext*);35 ~SystraceTraceParser() override;
63 SystraceTraceParser::SystraceTraceParser(TraceProcessorContext* ctx) in SystraceTraceParser() function in perfetto::trace_processor::SystraceTraceParser65 SystraceTraceParser::~SystraceTraceParser() = default;67 util::Status SystraceTraceParser::Parse(std::unique_ptr<uint8_t[]> owned_buf, in Parse()190 void SystraceTraceParser::NotifyEndOfFile() {} in NotifyEndOfFile()
694 context_.systrace_trace_parser.reset(new SystraceTraceParser(&context_)); in TraceProcessorImpl()