Home
last modified time | relevance | path

Searched refs:GetFrameByPc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h85 bool GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map30 OHOS::HiviewDFX::Unwinder::GetFrameByPc*;
H A Dunwinder.cpp195 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 Dsample_stack_printer.cpp44 unwinder_->GetFrameByPc(pc, maps_, *(curNode->current)); in Insert()