Searched refs:process_memory_ (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/profiling/perf/ |
D | frame_pointer_unwinder_unittest.cc | 158 process_memory_.reset(memory_fake_); in SetUp() 161 kMaxFrames, maps_.get(), regs_fake_.get(), process_memory_, kStackSize); in SetUp() 167 std::shared_ptr<unwindstack::Memory> process_memory_; member in perfetto::profiling::__anondc89d9740111::FramePointerUnwinderTest 175 kMaxFrames, maps_.get(), regs_fake_.get(), process_memory_, kStackSize)); in TEST_F() 182 kMaxFrames, maps_.get(), regs_fake_.get(), process_memory_, kStackSize)); in TEST_F() 189 kMaxFrames, maps_.get(), regs_fake_.get(), process_memory_, kStackSize)); in TEST_F() 221 kMaxFrames, maps_.get(), regs_fake_.get(), process_memory_, kStackSize)); in TEST_F()
|
D | frame_pointer_unwinder.cc | 84 unwindstack::Elf* elf = map_info->GetElf(process_memory_, arch_); in TryUnwind() 107 if (!process_memory_->ReadFully(static_cast<uint64_t>(fp), &next_fp, in DecodeFrame() 112 if (!process_memory_->ReadFully(static_cast<uint64_t>(fp + sizeof(uint64_t)), in DecodeFrame()
|
D | frame_pointer_unwinder.h | 42 process_memory_(process_memory), in FramePointerUnwinder() 82 std::shared_ptr<unwindstack::Memory> process_memory_; variable
|