Searched refs:ksft_print_msg (Results 1 – 16 of 16) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 40 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 …]
|
D | breakpoint_test_arm64.c | 47 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 …]
|
D | breakpoint_test.c | 110 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/ |
D | test_execve.c | 104 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 …]
|
D | validate_cap.c | 58 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/ |
D | sas.c | 59 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/ |
D | futex_wait_timeout.c | 72 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()
|
D | futex_requeue_pi_signal_restart.c | 147 ksft_print_msg("%s: Test signal handling during requeue_pi\n", in main() 149 ksft_print_msg("\tArguments: <none>\n"); in main()
|
D | futex_wait_wouldblock.c | 68 ksft_print_msg("%s: Test the unexpected futex value in FUTEX_WAIT\n", in main()
|
D | futex_wait_uninitialized_heap.c | 103 ksft_print_msg("%s: Test the uninitialized futex value in FUTEX_WAIT\n", in main()
|
D | futex_wait_private_mapped_file.c | 101 ksft_print_msg( in main()
|
D | futex_requeue_pi_mismatched_ops.c | 82 ksft_print_msg("%s: Detect mismatched requeue_pi operations\n", in main()
|
D | futex_requeue_pi.c | 398 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/ |
D | synctest.h | 36 ksft_print_msg("[ERROR]\t%s", (msg)); \
|
D | sync_test.c | 92 ksft_print_msg("[RUN]\tTesting sync framework\n"); in main()
|
/external/linux-kselftest/tools/testing/selftests/ |
D | kselftest.h | 72 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg() function
|