Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dunwind_support.cc30 StackOverlayMemory::StackOverlayMemory(std::shared_ptr<unwindstack::Memory> mem, in StackOverlayMemory() function in perfetto::profiling::StackOverlayMemory
36 size_t StackOverlayMemory::Read(uint64_t addr, void* dst, size_t size) { in Read()
H A Dunwind_support.h78 class StackOverlayMemory : public unwindstack::Memory {
80 StackOverlayMemory(std::shared_ptr<unwindstack::Memory> mem,
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dunwinding_unittest.cc42 StackOverlayMemory memory(mem, 0u, fake_stack, 1); in TEST()
56 StackOverlayMemory memory(mem, 0u, fake_stack, 1); in TEST()
H A Dunwinding.cc139 std::make_shared<StackOverlayMemory>(metadata->fd_mem, in DoUnwind()
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dunwinding.cc366 std::make_shared<StackOverlayMemory>( in UnwindSample()