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.cc95 fd_mem(std::make_shared<FDMemory>(std::move(mem_fd))) in UnwindingMetadata()
99 new unwindstack::JitDebug(fd_mem))), in UnwindingMetadata()
101 new unwindstack::DexFiles(fd_mem))) in UnwindingMetadata()
114 std::unique_ptr<unwindstack::JitDebug>(new unwindstack::JitDebug(fd_mem)); in ReparseMaps()
116 std::unique_ptr<unwindstack::DexFiles>(new unwindstack::DexFiles(fd_mem)); in ReparseMaps()
Dunwind_support.h119 std::shared_ptr<unwindstack::Memory> fd_mem; member
/external/perfetto/src/profiling/memory/
Dunwinding.cc135 std::make_shared<StackOverlayMemory>(metadata->fd_mem, in DoUnwind()
/external/perfetto/src/profiling/perf/
Dunwinding.cc302 unwind_state->fd_mem, sample.regs->sp(), in UnwindSample()