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.cc248 unwinding_worker_(this), in PerfProducer()
332 unwinding_worker_->PostStartDataSource(ds_id, in StartDataSource()
335 unwinding_worker_->PostClearCachedStatePeriodic( in StartDataSource()
495 unwinding_worker_->PostProcessQueue(); in TickDataSourceRead()
499 unwinding_worker_->PostInitiateDataSourceStop(ds_id); in TickDataSourceRead()
597 uint64_t footprint_bytes = unwinding_worker_->GetEnqueuedFootprint(); in ReadAndParsePerCpuBuffer()
607 auto& queue = unwinding_worker_->unwind_queue(); in ReadAndParsePerCpuBuffer()
613 unwinding_worker_->IncrementEnqueuedFootprint(sample_stack_size); in ReadAndParsePerCpuBuffer()
657 unwinding_worker_->PostAdoptProcDescriptors( in OnProcDescriptors()
720 unwinding_worker_->PostRecordTimedOutProcDescriptors(ds_id, pid); in EvaluateDescriptorLookupTimeout()
[all …]
Dperf_producer.h250 UnwinderHandle unwinding_worker_; variable