Home
last modified time | relevance | path

Searched refs:UnwindRemote (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp64 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 Dunwind_remote_benchmark.cpp107 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 Dunwinder.h69 bool UnwindRemote(pid_t tid = 0, bool withRegs = false,
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp203 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 Dunwind_remote_benchmark.cpp79 MAYBE_UNUSED bool unwRet = unwinder->UnwindRemote(tid); in UnwinderRemote()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp48 bool ret = unwinder_->UnwindRemote(tmpPid, in UnwindStack()
H A Ddfx_unwind_remote.cpp206 bool ret = unwinder->UnwindRemote(pid, withRegs, DfxConfig::GetConfig().maxFrameNums); in UnwindOtherThread()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp172 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