Home | History | Annotate | Download | only in core

Lines Matching refs:TraceBuffer

140 class TraceBuffer {
164 static std::unique_ptr<TraceBuffer> Create(size_t size_in_bytes,
167 ~TraceBuffer();
183 // If |chunk_complete| is |false|, the TraceBuffer will only consider the
218 // Reads in the TraceBuffer are NOT idempotent.
320 // the TraceBuffer.
402 // Flags set by TraceBuffer to track the state of the chunk in the index.
491 explicit TraceBuffer(OverwritePolicy);
492 TraceBuffer(const TraceBuffer&) = delete;
493 TraceBuffer& operator=(const TraceBuffer&) = delete;