Searched defs:GetMapByPc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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 |
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ | ||
H A D | unwind_context.h | 61 int (*GetMapByPc)(uintptr_t, std::shared_ptr<DfxMap> &, void *); member |
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ | ||
H A D | thread_sampler.cpp | 106 int ThreadSampler::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::HiviewDFX::ThreadSampler |