Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
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()
Dunwind_support.h79 class StackOverlayMemory : public unwindstack::Memory {
81 StackOverlayMemory(std::shared_ptr<unwindstack::Memory> mem,
/external/perfetto/src/profiling/memory/
Dunwinding_unittest.cc42 StackOverlayMemory memory(mem, 0u, fake_stack, 1); in TEST()
56 StackOverlayMemory memory(mem, 0u, fake_stack, 1); in TEST()
Dunwinding.cc143 std::make_shared<StackOverlayMemory>(metadata->fd_mem, in DoUnwind()
/external/perfetto/src/profiling/perf/
Dunwinding.cc310 std::make_shared<StackOverlayMemory>( in UnwindSample()