/system/core/libunwindstack/tests/ |
D | UnwinderTest.cpp | 164 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 228 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 289 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 319 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 349 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 379 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 417 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 450 Unwinder unwinder(20, maps_.get(), ®s_, process_memory_); in TEST_F() local 492 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local 555 Unwinder unwinder(64, maps_.get(), ®s_, process_memory_); in TEST_F() local [all …]
|
D | UnwindOfflineTest.cpp | 196 static std::string DumpFrames(Unwinder& unwinder) { in DumpFrames() 208 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 248 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 269 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 311 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 613 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 936 Unwinder unwinder(128, leak_data->maps, regs_copy.get(), leak_data->process_memory); in OfflineUnwind() local 965 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 994 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local 1022 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() local [all …]
|
D | LocalUnwinderTest.cpp | 89 extern "C" void LocalInnerFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalInnerFunction() 127 extern "C" void LocalMiddleFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalMiddleFunction() 131 extern "C" void LocalOuterFunction(LocalUnwinder* unwinder, bool unwind_through_signal) { in LocalOuterFunction()
|
D | UnwindTest.cpp | 102 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder* unwinder) { in ErrorMsg() 114 static void VerifyUnwind(Unwinder* unwinder, std::vector<const char*> expected_function_names) { in VerifyUnwind() 133 Unwinder unwinder(512, maps, regs, process_memory); in VerifyUnwind() local 161 std::unique_ptr<Unwinder> unwinder; in InnerFunction() local 285 UnwinderFromPid unwinder(512, pid); in TEST_F() local 337 UnwinderFromPid unwinder(512, *pid); in RemoteUnwindFromPid() local 465 Unwinder unwinder(512, &maps, regs.get(), process_memory); in TEST_F() local
|
D | TestLocal.cpp | 22 unwindstack::LocalUnwinder* unwinder = in TestlibLevel4() local
|
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 62 void dump_backtrace_thread(int output_fd, unwindstack::Unwinder* unwinder, in dump_backtrace_thread() 80 void dump_backtrace(android::base::unique_fd output_fd, unwindstack::Unwinder* unwinder, in dump_backtrace()
|
D | tombstone.cpp | 298 static void dump_all_maps(log_t* log, unwindstack::Unwinder* unwinder, uint64_t addr) { in dump_all_maps() 440 static bool dump_thread(log_t* log, unwindstack::Unwinder* unwinder, const ThreadInfo& thread_info, in dump_thread() 649 unwindstack::UnwinderFromPid unwinder(kMaxFrames, pid); in engrave_tombstone_ucontext() local 658 void engrave_tombstone(unique_fd output_fd, unwindstack::Unwinder* unwinder, in engrave_tombstone()
|
D | utility.cpp | 427 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix) {
|
/system/core/libunwindstack/tools/ |
D | unwind.cpp | 92 unwindstack::UnwinderFromPid unwinder(1024, pid); in DoUnwind() local
|
D | unwind_for_offline.cpp | 250 unwindstack::UnwinderFromPid unwinder(1024, pid); in SaveData() local
|
/system/core/libunwindstack/benchmarks/ |
D | unwind_benchmarks.cpp | 35 unwindstack::Unwinder unwinder(32, maps, regs.get(), process_memory); in Call6() local
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 213 unwindstack::Unwinder unwinder(MAX_UNWINDING_FRAMES, &cached_map, unwind_regs.get(), in UnwindCallChain() local
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 88 unwindstack::UnwinderFromPid unwinder(kMaxFrames, getpid()); in debuggerd_fallback_trace() local
|
/system/core/libbacktrace/ |
D | UnwindStack.cpp | 49 unwindstack::Unwinder unwinder(MAX_BACKTRACE_FRAMES + num_ignore_frames, stack_map->stack_maps(), in Unwind() local
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 576 unwindstack::UnwinderFromPid unwinder(256, vm_pid); in main() local
|