Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h255 std::vector<UnwindingWorker> unwinding_workers_; variable
Dheapprofd_producer.cc127 unwinding_workers_(MakeUnwindingWorkers(this, kUnwinderThreads)), in HeapprofdProducer()
472 return unwinding_workers_[static_cast<uint64_t>(pid) % kUnwinderThreads]; in UnwinderForPID()