HomeSort by relevance Sort by last modified time
    Searched defs:NewTracePacket (Results 1 - 4 of 4) 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 35 cur_packet_->Finalize(); // To avoid the DCHECK in NewTracePacket().
74 TraceWriterForTesting::NewTracePacket() {
75 // 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().
80 TraceWriterImpl::TracePacketHandle TraceWriterImpl::NewTracePacket() {
81 // If we hit this, the caller is calling NewTracePacket() without having
89 // this is the very first call to NewTracePacket().
128 // 2. While calling ReserveBytes() for the packet header in NewTracePacket().
startup_trace_writer.cc 182 TraceWriter::TracePacketHandle StartupTraceWriter::NewTracePacket() {
191 return trace_writer_->NewTracePacket();
200 // NewTracePacket().
202 // Don't hold the lock while calling NewTracePacket() on |trace_writer_|.
207 return trace_writer_->NewTracePacket();
217 // If we hit this, the caller is calling NewTracePacket() without having

Completed in 160 milliseconds