Lines Matching refs:test_print
56 test_print("Failed on cleanup: can't unmount tracefs: %m"); in unmount_ftrace()
167 test_print("Failed on cleanup: can't remove ftrace instance %s", in remove_ftrace_instance()
232 test_print("too many lines in ftracer buffer %zu, exiting tracer", in tracer_thread_func()
270 test_print("Can't stop tracer pthread: %m"); in stop_trace_thread()
274 test_print("Can't join tracer pthread: %m"); in stop_trace_thread()
278 test_print("Tracer thread wasn't canceled"); in stop_trace_thread()
348 test_print("malloc()"); in create_ftracer()
356 test_print("setup_ftrace_instance(): %d", err); in create_ftracer()
362 test_print("disable_trace_options(): %d", err); in create_ftracer()
368 test_print("disable_trace_options(): %d", err); in create_ftracer()
374 test_print("calloc()"); in create_ftracer()
385 test_print("pthread_cond_init(): %d", err); in create_ftracer()
391 test_print("pthread_mutex_init(): %d", err); in create_ftracer()
397 test_print("setup_trace_thread(): %d", err); in create_ftracer()
496 test_print("net-namespace cookies: %" PRIu64 " == %" PRIu64 ", can't set up tracing", in test_setup_tracing()
507 test_print("failed to mount_ftrace(): %d", err); in test_setup_tracing()
522 test_print("socket(): %m"); in get_ns_cookie()
527 test_print("getsockopt(SO_NETNS_COOKIE): %m"); in get_ns_cookie()