Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwinding.cc288 BatchUnwindJob(self->peer_pid_linux()); in OnDataAvailable()
324 void UnwindingWorker::BatchUnwindJob(pid_t peer_pid) { in BatchUnwindJob() function in perfetto::profiling::UnwindingWorker
345 [this, peer_pid] { BatchUnwindJob(peer_pid); }); in BatchUnwindJob()
350 [this, peer_pid] { BatchUnwindJob(peer_pid); }, kRetryDelayMs); in BatchUnwindJob()
Dunwinding.h151 void BatchUnwindJob(pid_t);