Home
last modified time | relevance | path

Searched refs:PostAllocRecord (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunwinding_fuzzer.cc33 void PostAllocRecord(UnwindingWorker*, in PostAllocRecord() function in perfetto::profiling::__anon00fde7b20111::NopDelegate
Dunwinding.h63 virtual void PostAllocRecord(UnwindingWorker*,
Dheapprofd_producer.h131 void PostAllocRecord(UnwindingWorker*, std::unique_ptr<AllocRecord>) override;
Dunwinding.cc426 delegate->PostAllocRecord(self, std::move(rec)); in HandleBuffer()
Dheapprofd_producer.cc989 void HeapprofdProducer::PostAllocRecord( in PostAllocRecord() function in perfetto::profiling::HeapprofdProducer