Home
last modified time | relevance | path

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

/developtools/hiperf/include/
H A Dcallstack.h85 static const std::string GetUnwErrorName(int error);
147 FRIEND_TEST(CallStackTest, GetUnwErrorName);
/developtools/profiler/device/plugins/native_daemon/src/
H A 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/
H A Dcallstack.cpp80 const std::string CallStack::GetUnwErrorName(int error) in GetUnwErrorName() function in OHOS::Developtools::HiPerf::CallStack
243 HLOGM("search_unwind_table ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
247 HLOGW("search_unwind_table ret error %d:%s", ret, GetUnwErrorName(ret).c_str()); in FindUnwindTable()
412 HLOGV("no more frame step found. ret %d:%s", ret, GetUnwErrorName(ret).c_str()); in UnwindStep()
459 HLOGE("unwind error %d:%s see unw_error_t.", ret, GetUnwErrorName(ret).c_str()); in DoUnwind()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dcall_stack.h71 static const std::string GetUnwErrorName(int error);

Completed in 3 milliseconds