Home
last modified time | relevance | path

Searched refs:UnwindByFp (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp104 unwRet = unwinder->UnwindByFp(&context); in HWTEST_F()
H A Dunwinder_test.cpp478 * @tc.desc: test unwinder UnwindByFp interface in remote case
499 unwRet = unwinder->UnwindByFp(&context); in HWTEST_F()
536 bool unwRet = unwinder->UnwindByFp(&context); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h73 bool UnwindByFp(void *ctx,
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp95 unwinder->UnwindByFp(&context); in UnwinderRemoteFp()
H A Dunwind_local_benchmark.cpp125 dataPtr->unwinder->UnwindByFp(&context); in UnwinderLocalFp()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp174 bool UnwindByFp(void *ctx, size_t maxFrameNum, size_t skipFrameNum);
374 bool Unwinder::UnwindByFp(void *ctx, size_t maxFrameNum, size_t skipFrameNum) in UnwindByFp() function in OHOS::HiviewDFX::Unwinder
376 return impl_->UnwindByFp(ctx, maxFrameNum, skipFrameNum); in UnwindByFp()
626 return UnwindByFp(&context, maxFrameNum, skipFrameNum); in UnwindLocal()
805 bool Unwinder::Impl::UnwindByFp(void *ctx, size_t maxFrameNum, size_t skipFrameNum) in UnwindByFp() function in OHOS::HiviewDFX::Unwinder::Impl

Completed in 7 milliseconds