Searched refs:NinjaLogParser (Results 1 – 3 of 3) sorted by relevance
45 class NinjaLogParser : public ChunkedTraceReader {47 explicit NinjaLogParser(TraceProcessorContext*);48 ~NinjaLogParser() override;49 NinjaLogParser(const NinjaLogParser&) = delete;50 NinjaLogParser& operator=(const NinjaLogParser&) = delete;
32 NinjaLogParser::NinjaLogParser(TraceProcessorContext* ctx) : ctx_(ctx) {} in NinjaLogParser() function in perfetto::trace_processor::NinjaLogParser33 NinjaLogParser::~NinjaLogParser() = default;35 util::Status NinjaLogParser::Parse(std::unique_ptr<uint8_t[]> buf, size_t len) { in Parse()125 void NinjaLogParser::NotifyEndOfFile() { in NotifyEndOfFile()
93 reader_.reset(new NinjaLogParser(context_)); in Parse()