Searched refs:GetUnwErrorName (Results 1 - 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
H A D | callstack.h | 85 static const std::string GetUnwErrorName(int error); 147 FRIEND_TEST(CallStackTest, GetUnwErrorName);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A 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/ |
H A D | callstack.cpp | 80 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 D | call_stack.h | 71 static const std::string GetUnwErrorName(int error);
|
Completed in 3 milliseconds