HomeSort by relevance Sort by last modified time
    Searched refs:num_fragments_read (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/tracing/core/
trace_buffer.cc 183 subsequent_it->second.num_fragments_read > 0) {
201 if (record_meta->num_fragments_read > prev->num_fragments) {
355 if (PERFETTO_UNLIKELY(meta.num_fragments_read < meta.num_fragments)) {
621 PERFETTO_DCHECK(chunk_meta->num_fragments_read <=
627 if (chunk_meta->num_fragments_read > 0)
630 while (chunk_meta->num_fragments_read < chunk_meta->num_fragments) {
632 if (chunk_meta->num_fragments_read == 0) {
641 } else if (chunk_meta->num_fragments_read <
650 read_iter_.chunk_id(), chunk_meta->num_fragments_read,
656 // incrementing the |num_fragments_read| and marking the fragment a
    [all...]
trace_buffer.h 412 uint16_t num_fragments_read = 0; // Number of fragments already read. member in struct:perfetto::TraceBuffer::ChunkMeta
414 // The start offset of the next fragment (the |num_fragments_read|-th) to be
543 // |num_fragments_read| counter.

Completed in 56 milliseconds