Home
last modified time | relevance | path

Searched refs:ksft_print_msg (Results 1 – 16 of 16) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c40 ksft_print_msg("sched_setaffinity() failed: %s\n", in child()
46 ksft_print_msg("ptrace(PTRACE_TRACEME) failed: %s\n", in child()
52 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno)); in child()
66 ksft_print_msg("fork() failed: %s\n", strerror(errno)); in run_test()
74 ksft_print_msg("waitpid() failed: %s\n", strerror(errno)); in run_test()
78 ksft_print_msg("child did not stop: %s\n", strerror(errno)); in run_test()
82 ksft_print_msg("child did not stop with SIGSTOP: %s\n", in run_test()
93 ksft_print_msg("ptrace(PTRACE_SINGLESTEP) failed: %s\n", in run_test()
100 ksft_print_msg("waitpid() failed: $s\n", strerror(errno)); in run_test()
104 ksft_print_msg("child did not single-step: %s\n", in run_test()
[all …]
Dbreakpoint_test_arm64.c47 ksft_print_msg( in child()
54 ksft_print_msg( in child()
60 ksft_print_msg( in child()
111 ksft_print_msg( in set_watchpoint()
115 ksft_print_msg( in set_watchpoint()
138 ksft_print_msg( in run_test()
143 ksft_print_msg( in run_test()
148 ksft_print_msg("child did not stop with SIGSTOP\n"); in run_test()
156 ksft_print_msg( in run_test()
165 ksft_print_msg( in run_test()
[all …]
Dbreakpoint_test.c110 ksft_print_msg("Can't set dr7: %s\n", strerror(errno)); in toggle_breakpoint()
210 ksft_print_msg("Can't be traced? %s\n", strerror(errno)); in trigger_tests()
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dtest_execve.c104 ksft_print_msg("[NOTE]\tUsing global UIDs for tests\n"); in create_and_enter_ns()
122 ksft_print_msg("[NOTE]\tUsing a user namespace for tests\n"); in create_and_enter_ns()
189 ksft_print_msg("Child died\n"); in fork_wait()
192 ksft_print_msg("Child failed\n"); in fork_wait()
273 ksft_print_msg("[RUN]\tRoot => ep\n"); in do_tests()
277 ksft_print_msg("[RUN]\tNon-root => no caps\n"); in do_tests()
282 ksft_print_msg("Check cap_ambient manipulation rules\n"); in do_tests()
354 ksft_print_msg("[RUN]\tRoot +i => eip\n"); in do_tests()
358 ksft_print_msg("[RUN]\tNon-root +i => i\n"); in do_tests()
367 ksft_print_msg("[RUN]\tUID %d +ia => eipa\n", uid); in do_tests()
[all …]
Dvalidate_cap.c58 ksft_print_msg("Wrong effective state%s\n", atsec); in main()
63 ksft_print_msg("Wrong permitted state%s\n", atsec); in main()
68 ksft_print_msg("Wrong inheritable state%s\n", atsec); in main()
73 ksft_print_msg("Wrong ambient state%s\n", atsec); in main()
77 ksft_print_msg("%s: Capabilities after execve were correct\n", in main()
/external/linux-kselftest/tools/testing/selftests/sigaltstack/
Dsas.c59 ksft_print_msg("[RUN]\tsignal USR1\n"); in my_usr1()
72 ksft_print_msg("%s\n", p->msg); in my_usr1()
84 ksft_print_msg("[RUN]\tsignal USR2\n"); in my_usr2()
100 ksft_print_msg("[RUN]\tswitched to user ctx\n"); in switch_fn()
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c72 ksft_print_msg("%s: Block on a futex and wait for timeout\n", in main()
74 ksft_print_msg("\tArguments: timeout=%ldns\n", timeout_ns); in main()
Dfutex_requeue_pi_signal_restart.c147 ksft_print_msg("%s: Test signal handling during requeue_pi\n", in main()
149 ksft_print_msg("\tArguments: <none>\n"); in main()
Dfutex_wait_wouldblock.c68 ksft_print_msg("%s: Test the unexpected futex value in FUTEX_WAIT\n", in main()
Dfutex_wait_uninitialized_heap.c103 ksft_print_msg("%s: Test the uninitialized futex value in FUTEX_WAIT\n", in main()
Dfutex_wait_private_mapped_file.c101 ksft_print_msg( in main()
Dfutex_requeue_pi_mismatched_ops.c82 ksft_print_msg("%s: Detect mismatched requeue_pi operations\n", in main()
Dfutex_requeue_pi.c398 ksft_print_msg("%s: Test requeue functionality\n", basename(argv[0])); in main()
399 ksft_print_msg( in main()
/external/linux-kselftest/tools/testing/selftests/sync/
Dsynctest.h36 ksft_print_msg("[ERROR]\t%s", (msg)); \
Dsync_test.c92 ksft_print_msg("[RUN]\tTesting sync framework\n"); in main()
/external/linux-kselftest/tools/testing/selftests/
Dkselftest.h72 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg() function