Home
last modified time | relevance | path

Searched refs:StitchSlices (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/protozero/
Dscattered_heap_buffer.h75 std::vector<uint8_t> StitchSlices();
145 return shb_.StitchSlices(); in SerializeAsArray()
/external/perfetto/src/tracing/core/
Dtrace_writer_for_testing.cc50 std::vector<uint8_t> buffer = delegate_.StitchSlices(); in GetAllTracePackets()
/external/perfetto/src/protozero/
Dscattered_heap_buffer.cc72 std::vector<uint8_t> ScatteredHeapBuffer::StitchSlices() { in StitchSlices() function in protozero::ScatteredHeapBuffer
Dproto_decoder_unittest.cc148 std::vector<uint8_t> data = delegate.StitchSlices(); in TEST()
571 std::vector<uint8_t> data = delegate.StitchSlices(); in TEST()
615 std::vector<uint8_t> data = delegate.StitchSlices(); in TEST()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc129 std::vector<uint8_t> buffer = delegate_.StitchSlices(); in ParseProto()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc237 std::vector<uint8_t> trace_bytes = heap_buf_->StitchSlices(); in Tokenize()