Home
last modified time | relevance | path

Searched refs:GetMapByPc (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h46 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 Dunwind_context.h61 int (*GetMapByPc)(uintptr_t, std::shared_ptr<DfxMap> &, void *); member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp155 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 Dunwinder.cpp927 MAYBE_UNUSED int mapRet = acc_->GetMapByPc(frame.pc, map, ctx); in StepInner()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h95 static int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp120 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