Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc80 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
95 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
96 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
300 hd.GetCallstackAllocations( in TEST()
Dbookkeeping.h142 void GetCallstackAllocations(F fn) { in GetCallstackAllocations() function
Dheapprofd_producer.cc701 heap_info.heap_tracker.GetCallstackAllocations( in DumpProcessState()