Lines Matching refs:kunit_err
39 kunit_err(current_test, "%s\n", p); in print_backtrace()
59 kunit_err(current_test, "failed to allocate backtrace buffer\n"); in test_unwind()
74 kunit_err(current_test, "unwind state reliable but addr is 0\n"); in test_unwind()
86 kunit_err(current_test, "backtrace buffer is too small\n"); in test_unwind()
98 kunit_err(current_test, "unwind error\n"); in test_unwind()
102 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind()
106 kunit_err(current_test, "Maximum number of frames exceeded\n"); in test_unwind()
110 kunit_err(current_test, "arch_rethook_trampoline+0x0 in unwinding results\n"); in test_unwind()
207 kunit_err(current_test, "register_kretprobe failed %d\n", ret); in test_unwind_kretprobe()
258 kunit_err(current_test, "register_kprobe failed %d\n", ret); in test_unwind_kprobe()
302 kunit_err(current_test, "failed to set ftrace filter (%d)\n", ret); in test_unwind_ftrace()
311 kunit_err(current_test, "failed to register ftrace handler (%d)\n", ret); in test_unwind_ftrace()
415 kunit_err(current_test, "kthread_run() failed\n"); in test_unwind_task()