Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.h32 class SystraceTraceParser : public ChunkedTraceReader {
34 explicit SystraceTraceParser(TraceProcessorContext*);
35 ~SystraceTraceParser() override;
Dsystrace_trace_parser.cc63 SystraceTraceParser::SystraceTraceParser(TraceProcessorContext* ctx) in SystraceTraceParser() function in perfetto::trace_processor::SystraceTraceParser
65 SystraceTraceParser::~SystraceTraceParser() = default;
67 util::Status SystraceTraceParser::Parse(std::unique_ptr<uint8_t[]> owned_buf, in Parse()
190 void SystraceTraceParser::NotifyEndOfFile() {} in NotifyEndOfFile()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc694 context_.systrace_trace_parser.reset(new SystraceTraceParser(&context_)); in TraceProcessorImpl()