Searched refs:GetUnwErrorName (Results 1 – 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
D | callstack.h | 85 static const std::string GetUnwErrorName(int error); 147 FRIEND_TEST(CallStackTest, GetUnwErrorName);
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | call_stack.h | 70 static const std::string GetUnwErrorName(int error); 131 FRIEND_TEST(CallStackTest, GetUnwErrorName);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | call_stack.cpp | 73 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/ |
D | callstack.cpp | 78 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()
|