Searched refs:drop_packets_ (Results 1 – 2 of 2) sorted by relevance
106 bool was_dropping_packets = drop_packets_; in NewTracePacket()136 if (PERFETTO_LIKELY(!drop_packets_)) { in NewTracePacket()161 if (fragmenting_packet_ && drop_packets_) { in GetNewBuffer()203 PERFETTO_DCHECK(!drop_packets_); in GetNewBuffer()238 } else if (!drop_packets_ && last_packet_size_field_) { in GetNewBuffer()260 drop_packets_ = true; in GetNewBuffer()278 PERFETTO_DCHECK(!drop_packets_); in GetNewBuffer()338 drop_packets_ = false; in GetNewBuffer()
55 bool drop_packets_for_testing() const { return drop_packets_; } in drop_packets_for_testing()114 bool drop_packets_ = false; variable