Home
last modified time | relevance | path

Searched refs:process_memory_ (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/perf/
Dframe_pointer_unwinder_unittest.cc158 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()
Dframe_pointer_unwinder.cc84 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()
Dframe_pointer_unwinder.h42 process_memory_(process_memory), in FramePointerUnwinder()
82 std::shared_ptr<unwindstack::Memory> process_memory_; variable