Searched refs:UnwindByFp (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_pac_test.cpp | 104 unwRet = unwinder->UnwindByFp(&context); in HWTEST_F()
|
H A D | unwinder_test.cpp | 478 * @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 D | unwinder.h | 73 bool UnwindByFp(void *ctx,
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 95 unwinder->UnwindByFp(&context);
in UnwinderRemoteFp()
|
H A D | unwind_local_benchmark.cpp | 125 dataPtr->unwinder->UnwindByFp(&context);
in UnwinderLocalFp()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 174 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