Searched refs:did_hit_threshold (Results 1 – 1 of 1) sorted by relevance
2025 bool did_hit_threshold = false; in ReadBuffers() local2030 buf_idx < tracing_session->num_buffers() && !did_hit_threshold; in ReadBuffers()2039 while (!did_hit_threshold) { in ReadBuffers()2082 did_hit_threshold = packets_bytes >= kApproxBytesPerTask && in ReadBuffers()2088 const bool has_more = did_hit_threshold; in ReadBuffers()