Searched refs:UnwindRemote (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
H A D | unwind_remote_benchmark.cpp | 64 static size_t UnwindRemote(pid_t pid, unw_addr_space_t as)
in UnwindRemote() function 122 auto unwSize = UnwindRemote(pid, as);
in Run() 166 auto unwSize = UnwindRemote(pid, as);
in RunCache()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_remote_benchmark.cpp | 107 static size_t UnwindRemote(unwindstack::Unwinder unwinder, MAYBE_UNUSED UnwindData* dataPtr)
154 auto unwSize = UnwindRemote(unwinder, dataPtr);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwinder.h | 69 bool UnwindRemote(pid_t tid = 0, bool withRegs = false,
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 203 unwRet = unwinder->UnwindRemote(child); in HWTEST_F() 211 unwRet = unwinder->UnwindRemote(child, false, DEFAULT_MAX_FRAME_NUM, skipFrameNum); in HWTEST_F() 247 unwRet = unwinder->UnwindRemote(child); in HWTEST_F() 264 * @tc.desc: test unwinder UnwindRemote interface 274 GTEST_LOG_(INFO) << "when pid <= 0, UnwindRemote(maxFrameNum, skipFrameNum) is false"; in HWTEST_F() 275 ASSERT_FALSE(unwinderNegative->UnwindRemote(-2, maxFrameNum, skipFrameNum)); in HWTEST_F() 874 * @tc.desc: test unwinder UnwindRemote interface 883 if (unwinder->UnwindRemote(initPid)) { in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 79 MAYBE_UNUSED bool unwRet = unwinder->UnwindRemote(tid);
in UnwinderRemote()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 48 bool ret = unwinder_->UnwindRemote(tmpPid, in UnwindStack()
|
H A D | dfx_unwind_remote.cpp | 206 bool ret = unwinder->UnwindRemote(pid, withRegs, DfxConfig::GetConfig().maxFrameNums); in UnwindOtherThread()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 172 bool UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum); 364 bool Unwinder::UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) in UnwindRemote() function in OHOS::HiviewDFX::Unwinder 366 return impl_->UnwindRemote(tid, withRegs, maxFrameNum, skipFrameNum); in UnwindRemote() 632 bool Unwinder::Impl::UnwindRemote(pid_t tid, bool withRegs, size_t maxFrameNum, size_t skipFrameNum) in UnwindRemote() function in OHOS::HiviewDFX::Unwinder::Impl 635 "Unwinder::Impl::UnwindRemote, tid: " + std::to_string(tid); in UnwindRemote()
|
Completed in 6 milliseconds