/system/unwinding/libunwindstack/benchmarks/ |
D | local_unwind_benchmarks.cpp | 36 std::shared_ptr<unwindstack::Memory>& process_memory; member 80 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory() local 92 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_cached_process_memory() local 104 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_android_unwind_uncached_process_memory() local 128 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_android_unwind_cached_process_memory() local 152 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_local_updatable_maps_uncached() local 164 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_local_updatable_maps_cached() local 176 auto process_memory = unwindstack::Memory::CreateProcessMemoryThreadCached(getpid()); in BM_local_unwind_local_updatable_maps_thread_cached() local 188 auto process_memory = unwindstack::Memory::CreateProcessMemory(getpid()); in BM_local_unwind_uncached_process_memory_no_func_names() local 200 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in BM_local_unwind_cached_process_memory_no_func_names() local [all …]
|
D | remote_unwind_benchmarks.cpp | 103 std::shared_ptr<unwindstack::Memory> process_memory; in RemoteUnwind() local 143 std::shared_ptr<unwindstack::Memory> process_memory; in RemoteAndroidUnwind() local
|
/system/core/debuggerd/libdebuggerd/ |
D | gwp_asan.cpp | 33 static bool retrieve_gwp_asan_state(unwindstack::Memory* process_memory, uintptr_t state_addr, in retrieve_gwp_asan_state() 44 unwindstack::Memory* process_memory, const gwp_asan::AllocatorState& state, in retrieve_gwp_asan_metadata() 71 GwpAsanCrashData::GwpAsanCrashData(unwindstack::Memory* process_memory, in GwpAsanCrashData()
|
D | scudo.cpp | 28 std::unique_ptr<char[]> AllocAndReadFully(unwindstack::Memory* process_memory, uint64_t addr, in AllocAndReadFully() 37 ScudoCrashData::ScudoCrashData(unwindstack::Memory* process_memory, in ScudoCrashData()
|
D | tombstone.cpp | 104 auto process_memory = in engrave_tombstone_ucontext() local
|
D | tombstone_proto.cpp | 250 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_abort_message() local 486 std::shared_ptr<unwindstack::Memory> process_memory = unwinder->GetProcessMemory(); in dump_mappings() local
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 56 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() 62 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() 126 Unwinder(size_t max_frames, ArchEnum arch, Maps* maps, std::shared_ptr<Memory>& process_memory) in Unwinder() 157 UnwinderFromPid(size_t max_frames, pid_t pid, std::shared_ptr<Memory>& process_memory) in UnwinderFromPid() 162 std::shared_ptr<Memory>& process_memory) in UnwinderFromPid()
|
D | AndroidUnwinder.h | 119 AndroidLocalUnwinder(std::shared_ptr<Memory>& process_memory) in AndroidLocalUnwinder() 145 AndroidRemoteUnwinder(pid_t pid, std::shared_ptr<Memory>& process_memory) in AndroidRemoteUnwinder()
|
/system/unwinding/libunwindstack/ |
D | RegsX86_64.cpp | 54 bool RegsX86_64::SetPcFromReturnAddress(Memory* process_memory) { in SetPcFromReturnAddress() 135 bool RegsX86_64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | RegsX86.cpp | 53 bool RegsX86::SetPcFromReturnAddress(Memory* process_memory) { in SetPcFromReturnAddress() 115 bool RegsX86::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | MapInfo.cpp | 178 Memory* MapInfo::CreateMemory(const std::shared_ptr<Memory>& process_memory) { in CreateMemory() 272 Elf* MapInfo::GetElf(const std::shared_ptr<Memory>& process_memory, ArchEnum expected_arch) { in GetElf() 361 uint64_t MapInfo::GetLoadBias(const std::shared_ptr<Memory>& process_memory) { in GetLoadBias()
|
D | ElfInterfaceArm.cpp | 103 bool ElfInterfaceArm::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step() 113 bool ElfInterfaceArm::StepExidx(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in StepExidx()
|
D | Elf.cpp | 186 bool Elf::StepIfSignalHandler(uint64_t rel_pc, Regs* regs, Memory* process_memory) { in StepIfSignalHandler() 199 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
|
D | RegsMips64.cpp | 122 bool RegsMips64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | RegsArm.cpp | 99 bool RegsArm::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | RegsMips.cpp | 124 bool RegsMips::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | ThreadUnwinder.cpp | 76 std::shared_ptr<Memory>& process_memory) in ThreadUnwinder()
|
D | RegsArm64.cpp | 154 bool RegsArm64::StepIfSignalHandler(uint64_t elf_offset, Elf* elf, Memory* process_memory) { in StepIfSignalHandler()
|
D | ArmExidx.h | 55 ArmExidx(RegsArm* regs, Memory* elf_memory, Memory* process_memory) in ArmExidx()
|
/system/unwinding/libbacktrace/ |
D | UnwindStackMap.h | 57 const std::shared_ptr<unwindstack::Memory>& process_memory() { return process_memory_; } in process_memory() function
|
D | UnwindStack.cpp | 49 auto process_memory = stack_map->process_memory(); in Unwind() local
|
/system/unwinding/libunwindstack/tests/ |
D | MemoryRangeTest.cpp | 76 std::shared_ptr<Memory> process_memory(new MemoryFakeAlwaysReadZero); in TEST_F() local
|
D | UnwindOfflineTest.cpp | 547 std::shared_ptr<Memory>& process_memory; member 571 std::shared_ptr<Memory> process_memory = offline_utils_.GetProcessMemory(); in TEST_F() local 924 std::shared_ptr<Memory> process_memory = offline_utils_.GetProcessMemory(); in TEST_F() local 1570 std::shared_ptr<Memory> process_memory(parts.release()); in TEST_F() local 1644 std::shared_ptr<Memory> process_memory(parts.release()); in TEST_F() local
|
/system/unwinding/libunwindstack/utils/ |
D | OfflineUnwindUtils.h | 166 std::shared_ptr<Memory> process_memory; member
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 125 auto process_memory = unwindstack::Memory::CreateProcessMemory(pid); in SaveStack() local 242 void SaveMapInformation(std::shared_ptr<unwindstack::Memory>& process_memory, map_info_t* info, in SaveMapInformation()
|