Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/json/
Djson_trace_parser.h42 class JsonTraceParser : public TraceParser {
44 explicit JsonTraceParser(TraceProcessorContext*);
45 ~JsonTraceParser() override;
Djson_trace_parser.cc59 JsonTraceParser::JsonTraceParser(TraceProcessorContext* context) in JsonTraceParser() function in perfetto::trace_processor::JsonTraceParser
62 JsonTraceParser::~JsonTraceParser() = default;
64 void JsonTraceParser::ParseFtracePacket(uint32_t, in ParseFtracePacket()
70 void JsonTraceParser::ParseTracePacket(int64_t timestamp, in ParseTracePacket()
219 void JsonTraceParser::MaybeAddFlow(TrackId track_id, const Json::Value& event) { in MaybeAddFlow()
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc701 context_.json_trace_parser.reset(new JsonTraceParser(&context_)); in TraceProcessorImpl()