Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwinding.cc286 HandleUnwindBatch(self->peer_pid()); in OnDataAvailable()
289 void UnwindingWorker::HandleUnwindBatch(pid_t peer_pid) { in HandleUnwindBatch() function in perfetto::profiling::UnwindingWorker
331 [this, peer_pid] { HandleUnwindBatch(peer_pid); }); in HandleUnwindBatch()
Dunwinding.h184 void HandleUnwindBatch(pid_t);