Home
last modified time | relevance | path

Searched refs:GetPcs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp125 std::vector<uintptr_t> pcs = unwinder->GetPcs();
179 std::vector<uintptr_t> pcs = unwinder->GetPcs();
231 std::vector<uintptr_t> pcs = unwinder->GetPcs();
270 std::vector<uintptr_t> pcs = unwinder->GetPcs();
309 std::vector<uintptr_t> pcs = unwinder->GetPcs();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp59 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
70 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp94 unwSize = unwinder->GetPcs().size(); in UnwinderLocal()
126 auto unwSize = dataPtr->unwinder->GetPcs().size(); in UnwinderLocalFp()
130 auto& pcs = dataPtr->unwinder->GetPcs(); in UnwinderLocalFp()
H A Dunwind_local_tid_benchmark.cpp107 auto unwSize = unwinder->GetPcs().size(); in BenchmarkUnwinderLocalWithTid()
H A Dunwind_remote_benchmark.cpp96 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h81 const std::vector<uintptr_t>& GetPcs() const;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map26 OHOS::HiviewDFX::Unwinder::GetPcs*;
H A Dunwinder.cpp188 inline const std::vector<uintptr_t>& GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder::Impl
410 const std::vector<uintptr_t>& Unwinder::GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder
412 return impl_->GetPcs(); in GetPcs()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp504 auto pcs = unwinder->GetPcs();
538 auto unwSize = unwinder->GetPcs().size();
821 auto pcs = unwinder->GetPcs();
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp388 auto pcs = unwinder_->GetPcs(); in ProcessStackBuffer()