Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h45 virtual int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) = 0;
59 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override;
78 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override;
89 int FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) override;
H A Dunwind_context.h58 int (*FindUnwindTable)(uintptr_t, UnwindTableInfo &, void *); member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp131 int DfxAccessorsLocal::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsLocal
142 DFXLOGU("FindUnwindTable elf is null"); in FindUnwindTable()
228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsRemote
230 DFX_TRACE_SCOPED_DLSYM("FindUnwindTable"); in FindUnwindTable()
236 DFXLOGU("FindUnwindTable had pc matched"); in FindUnwindTable()
243 DFXLOGU("FindUnwindTable elf is null"); in FindUnwindTable()
277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::DfxAccessorsCustomize
279 if (accessors_ == nullptr || accessors_->FindUnwindTable == nullptr) { in FindUnwindTable()
282 return accessors_->FindUnwindTable(pc, uti, arg); in FindUnwindTable()
H A Dunwinder.cpp974 MAYBE_UNUSED int utiRet = acc_->FindUnwindTable(frame.pc, uti, ctx); in StepInner()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h93 static int FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg);
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp75 int ThreadSampler::FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg) in FindUnwindTable() function in OHOS::HiviewDFX::ThreadSampler
79 XCOLLIE_LOGE("invalid FindUnwindTable param\n"); in FindUnwindTable()
86 XCOLLIE_LOGE("FindUnwindTable: map is nullptr\n"); in FindUnwindTable()
210 accessors_->FindUnwindTable = &ThreadSampler::FindUnwindTable; in InitUnwinder()

Completed in 5 milliseconds