Home
last modified time | relevance | path

Searched refs:UnwindSafe (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp72 * @tc.desc: test fp unwinder UnwindSafe interface
85 auto unwSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, pcs, maxSize); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h85 NO_SANITIZE size_t UnwindSafe(uintptr_t pc, uintptr_t fp, uintptr_t* pcs, size_t maxSize, size_t skipFrameNum = 0) in UnwindSafe() function in OHOS::HiviewDFX::FpUnwinder
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp196 ctxPtr->frameSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, ctxPtr->pcs, DEFAULT_MAX_LOCAL_FRAME_NUM); in CopyContextAndWaitTimeout()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp172 auto unwSize = FpUnwinder::GetPtr()->UnwindSafe(regs[0], regs[1], pcs, maxSize); in FpUnwinderLocalSafe()
400 * @tc.desc: FpUnwinder UnwindSafe
413 * @tc.desc: FpUnwinder UnwindSafe Frames

Completed in 2 milliseconds