HomeSort by relevance Sort by last modified time
    Searched defs:NewTracePacket (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/tracing/core/
null_trace_writer.cc 31 cur_packet_->Finalize(); // To avoid the DCHECK in NewTracePacket().
44 NullTraceWriter::TracePacketHandle NullTraceWriter::NewTracePacket() {
45 // If we hit this, the caller is calling NewTracePacket() without having
trace_writer_for_testing.cc 32 cur_packet_->Finalize(); // To avoid the DCHECK in NewTracePacket().
58 TraceWriterForTesting::NewTracePacket() {
59 // If we hit this, the caller is calling NewTracePacket() without having
trace_writer_impl.cc 49 // more gracefully and always return a no-op TracePacket in NewTracePacket().
53 cur_packet_->Finalize(); // To avoid the DCHECK in NewTracePacket().
78 TraceWriterImpl::TracePacketHandle TraceWriterImpl::NewTracePacket() {
79 // If we hit this, the caller is calling NewTracePacket() without having
87 // this is the very first call to NewTracePacket().
113 // 2. While calling ReserveBytes() for the packet header in NewTracePacket().

Completed in 179 milliseconds