Home
last modified time | relevance | path

Searched refs:fd_mem (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/profiling/common/
Dunwind_support.cc102 fd_mem(std::make_shared<FDMemory>(std::move(mem_fd))) { in UnwindingMetadata()
121 jit_debug = unwindstack::CreateJitDebug(arch, fd_mem, search_libs); in GetJitDebug()
129 dex_files = unwindstack::CreateDexFiles(arch, fd_mem, search_libs); in GetDexFiles()
Dunwind_support.h116 std::shared_ptr<unwindstack::Memory> fd_mem; member
/external/perfetto/src/profiling/memory/
Dunwinding.cc143 std::make_shared<StackOverlayMemory>(metadata->fd_mem, in DoUnwind()
/external/perfetto/src/profiling/perf/
Dunwinding.cc311 unwind_state->fd_mem, sample.regs->sp(), in UnwindSample()