Searched refs:GetFrameByPc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwinder.h | 85 bool GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | libunwinder.map | 30 OHOS::HiviewDFX::Unwinder::GetFrameByPc*;
|
H A D | unwinder.cpp | 195 bool GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame); 430 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame) in GetFrameByPc() function in OHOS::HiviewDFX::Unwinder 432 return impl_->GetFrameByPc(pc, maps, frame); in GetFrameByPc() 1301 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame) in GetFrameByPc() function in OHOS::HiviewDFX::Unwinder::Impl
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | sample_stack_printer.cpp | 44 unwinder_->GetFrameByPc(pc, maps_, *(curNode->current)); in Insert()
|