Home
last modified time | relevance | path

Searched refs:ProtoTraceReader (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc54 ProtoTraceReader::ProtoTraceReader(TraceProcessorContext* ctx) in ProtoTraceReader() function in perfetto::trace_processor::ProtoTraceReader
56 ProtoTraceReader::~ProtoTraceReader() = default;
58 util::Status ProtoTraceReader::Parse(std::unique_ptr<uint8_t[]> owned_buf, in Parse()
65 util::Status ProtoTraceReader::ParseExtensionDescriptor(ConstBytes descriptor) { in ParseExtensionDescriptor()
75 util::Status ProtoTraceReader::ParsePacket(TraceBlobView packet) { in ParsePacket()
233 void ProtoTraceReader::ParseTraceConfig(protozero::ConstBytes blob) { in ParseTraceConfig()
281 void ProtoTraceReader::HandleIncrementalStateCleared( in HandleIncrementalStateCleared()
298 void ProtoTraceReader::HandlePreviousPacketDropped( in HandlePreviousPacketDropped()
310 void ProtoTraceReader::ParseTracePacketDefaults( in ParseTracePacketDefaults()
325 void ProtoTraceReader::ParseInternedData( in ParseInternedData()
[all …]
Dproto_trace_reader.h53 class ProtoTraceReader : public ChunkedTraceReader {
57 explicit ProtoTraceReader(TraceProcessorContext*);
58 ~ProtoTraceReader() override;
Dproto_trace_parser_unittest.cc271 context_.chunk_reader.reset(new ProtoTraceReader(&context_)); in Tokenize()
/external/perfetto/src/trace_processor/
Dforwarding_trace_parser.cc84 reader_.reset(new ProtoTraceReader(context_)); in Parse()