Home
last modified time | relevance | path

Searched refs:GetStackRange (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dthread_context.h70 bool GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop);
H A Ddfx_maps.h50 bool GetStackRange(uintptr_t& bottom, uintptr_t& top);
H A Dunwinder.h61 bool GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop);
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp61 * @tc.desc: test unwinder GetStackRange interface in pid == tid
70 GTEST_LOG_(INFO) << "when pid == tid and maps_ != null, GetStackRange(stackBottom, stackTop) is true"; in HWTEST_F()
71 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop)); in HWTEST_F()
74 GTEST_LOG_(INFO) << "when pid == tid and maps_ == null, GetStackRange(stackBottom, stackTop) is false"; in HWTEST_F()
75 ASSERT_TRUE(unwinderNegative->GetStackRange(stackBottom, stackTop)); in HWTEST_F()
81 * @tc.desc: test unwinder GetStackRange interface in pid != tid
92 "GetStackRange(stackBottom, stackTop) is true"; in HWTEST_F()
94 result = unwinder->GetStackRange(stackBottom, stackTop); in HWTEST_F()
327 ASSERT_TRUE(unwinder->GetStackRange(stackBottom, stackTop)); in HWTEST_F()
328 GTEST_LOG_(INFO) << "UnwindTest002: GetStackRange in HWTEST_F()
[all...]
H A Dmaps_test.cpp187 * @tc.desc: test GetStackRange
194 ASSERT_TRUE(maps_->GetStackRange(bottom, top)); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp167 bool GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop);
344 bool Unwinder::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() function in OHOS::HiviewDFX::Unwinder
346 return impl_->GetStackRange(stackBottom, stackTop); in GetStackRange()
499 if (maps_ != nullptr && !maps_->GetStackRange(stackBottom, stackTop)) { in GetMainStackRangeInner()
507 bool Unwinder::Impl::GetStackRange(uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() function in OHOS::HiviewDFX::Unwinder::Impl
551 } else if (!LocalThreadContext::GetInstance().GetStackRange(tid, stackBottom, stackTop)) { in UnwindLocalWithTid()
589 if (!GetStackRange(stackBottom, stackTop)) { in UnwindLocal()
H A Ddfx_maps.cpp285 bool DfxMaps::GetStackRange(uintptr_t& bottom, uintptr_t& top) in GetStackRange() function in OHOS::HiviewDFX::DfxMaps
H A Dthread_context.cpp227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() function in OHOS::HiviewDFX::LocalThreadContext
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp254 context.GetStackRange(tid, stackBottom, stackTop); in TestThreadContext()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp218 if (!maps_->GetStackRange(stackBegin_, stackEnd_)) { in InitUnwinder()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp110 if (!dataPtr->unwinder->GetStackRange(stackBottom, stackTop)) { in UnwinderLocalFp()

Completed in 13 milliseconds