Home
last modified time | relevance | path

Searched refs:GetPcs (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.cpp58 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
69 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp125 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F()
179 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F()
231 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F()
270 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F()
309 std::vector<uintptr_t> pcs = unwinder->GetPcs(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp107 auto unwSize = unwinder->GetPcs().size(); in BenchmarkUnwinderLocalWithTid()
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_remote_benchmark.cpp96 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h81 const std::vector<uintptr_t>& GetPcs() const;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp504 auto pcs = unwinder->GetPcs(); in HWTEST_F()
538 auto unwSize = unwinder->GetPcs().size(); in HWTEST_F()
820 auto pcs = unwinder->GetPcs(); in HWTEST_F()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp432 auto pcs = unwinder_->GetPcs(); in ProcessStackBuffer()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp181 inline const std::vector<uintptr_t>& GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder::Impl
399 const std::vector<uintptr_t>& Unwinder::GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder
401 return impl_->GetPcs(); in GetPcs()

Completed in 11 milliseconds