Searched refs:GetMapByPc (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_accessors.h | 46 virtual int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) = 0; 60 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override; 79 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override; 90 int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) override;
|
H A D | unwind_context.h | 61 int (*GetMapByPc)(uintptr_t, std::shared_ptr<DfxMap> &, void *); member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_accessors.cpp | 155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsLocal 253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsRemote 285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::DfxAccessorsCustomize 287 if (accessors_ == nullptr || accessors_->GetMapByPc == nullptr) { in GetMapByPc() 290 return accessors_->GetMapByPc(pc, map, arg); in GetMapByPc()
|
H A D | unwinder.cpp | 927 MAYBE_UNUSED int mapRet = acc_->GetMapByPc(frame.pc, map, ctx); in StepInner()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 95 static int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler.cpp | 120 int ThreadSampler::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg)
in GetMapByPc() function in OHOS::HiviewDFX::ThreadSampler 124 XCOLLIE_LOGE("invalid GetMapByPc param\n");
in GetMapByPc() 209 accessors_->GetMapByPc = &ThreadSampler::GetMapByPc;
in InitUnwinder()
|
Completed in 9 milliseconds