Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dunwinding.h75 friend class UnwinderHandle;
251 class UnwinderHandle {
253 explicit UnwinderHandle(Unwinder::Delegate* delegate) { in UnwinderHandle() function
270 thread_ = std::thread(&UnwinderHandle::RunTaskThread, this, in UnwinderHandle()
277 ~UnwinderHandle() { in ~UnwinderHandle()
Dperf_producer.h250 UnwinderHandle unwinding_worker_;