Home
last modified time | relevance | path

Searched refs:PostPurgeProcess (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunwinding.h94 void PostPurgeProcess(pid_t pid);
Dunwinding.cc509 void UnwindingWorker::PostPurgeProcess(pid_t pid) { in PostPurgeProcess() function in perfetto::profiling::UnwindingWorker
Dheapprofd_producer.cc624 weak_producer->UnwinderForPID(pid).PostPurgeProcess(pid); in ShutdownDataSource()