Home
last modified time | relevance | path

Searched refs:records_lost (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/perf/
Dperf_producer.cc521 auto records_lost_callback = [this, ds_id, cpu](uint64_t records_lost) { in ReadAndParsePerCpuBuffer() argument
523 task_runner_->PostTask([weak_this, ds_id, cpu, records_lost] { in ReadAndParsePerCpuBuffer()
525 weak_this->EmitRingBufferLoss(ds_id, cpu, records_lost); in ReadAndParsePerCpuBuffer()
775 uint64_t records_lost) { in EmitRingBufferLoss() argument
781 static_cast<size_t>(ds_id), cpu, records_lost); in EmitRingBufferLoss()
796 perf_sample->set_kernel_records_lost(records_lost); in EmitRingBufferLoss()
Devent_reader.cc274 uint64_t records_lost = *reinterpret_cast<const uint64_t*>( in ReadUntilSample() local
277 records_lost_callback(records_lost); in ReadUntilSample()
Dperf_producer.h187 uint64_t records_lost);