Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dcallstack.h85 static const std::string GetUnwErrorName(int error);
147 FRIEND_TEST(CallStackTest, GetUnwErrorName);
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h70 static const std::string GetUnwErrorName(int error);
131 FRIEND_TEST(CallStackTest, GetUnwErrorName);
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp73 const std::string CallStack::GetUnwErrorName(int error) in GetUnwErrorName() function in OHOS::Developtools::NativeDaemon::CallStack
222 HLOGM("search_unwind_table ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
226 HLOGW("search_unwind_table ret error %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
387 HLOGV("no more frame step found. ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in UnwindStep()
431 HLOGE("unwind error %d:%s see unw_error_t.", ret, GetUnwErrorName(ret).c_str()); in DoUnwind()
/developtools/hiperf/src/
Dcallstack.cpp78 const std::string CallStack::GetUnwErrorName(int error) in GetUnwErrorName() function in OHOS::Developtools::HiPerf::CallStack
241 HLOGM("search_unwind_table ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
245 HLOGW("search_unwind_table ret error %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
410 HLOGV("no more frame step found. ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in UnwindStep()
463 HLOGE("unwind error %d:%s see unw_error_t.", ret, GetUnwErrorName(ret).c_str()); in DoUnwind()