Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dunwinding.h76 friend class UnwinderHandle;
258 class UnwinderHandle {
260 explicit UnwinderHandle(Unwinder::Delegate* delegate) { in UnwinderHandle() function
277 thread_ = std::thread(&UnwinderHandle::RunTaskThread, this, in UnwinderHandle()
284 ~UnwinderHandle() { in ~UnwinderHandle()
Dperf_producer.h278 UnwinderHandle unwinding_worker_;