Home
last modified time | relevance | path

Searched refs:unwinding_worker_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/perf/
Dperf_producer.cc372 unwinding_worker_(this), in PerfProducer()
475 unwinding_worker_->PostStartDataSource(ds_id, in StartDataSource()
478 unwinding_worker_->PostClearCachedStatePeriodic( in StartDataSource()
638 unwinding_worker_->PostProcessQueue(); in TickDataSourceRead()
642 unwinding_worker_->PostInitiateDataSourceStop(ds_id); in TickDataSourceRead()
755 unwinding_worker_->PostRecordNoUserspaceProcess(ds_id, pid); in ReadAndParsePerCpuBuffer()
777 uint64_t footprint_bytes = unwinding_worker_->GetEnqueuedFootprint(); in ReadAndParsePerCpuBuffer()
787 auto& queue = unwinding_worker_->unwind_queue(); in ReadAndParsePerCpuBuffer()
793 unwinding_worker_->IncrementEnqueuedFootprint(sample_stack_size); in ReadAndParsePerCpuBuffer()
839 unwinding_worker_->PostAdoptProcDescriptors( in OnProcDescriptors()
[all …]
Dperf_producer.h278 UnwinderHandle unwinding_worker_; variable