Home
last modified time | relevance | path

Searched refs:ptrace_syscall (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c7 * This test is heavily based on tools/testing/selftests/x86/ptrace_syscall.c
218 int ptrace_syscall(void) in ptrace_syscall() function
227 return test_harness(ptrace_syscall, "ptrace_syscall"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c7 * This test is heavily based on tools/testing/selftests/x86/ptrace_syscall.c
218 int ptrace_syscall(void) in ptrace_syscall() function
227 return test_harness(ptrace_syscall, "ptrace_syscall"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A DMakefile22 TARGETS_C_32BIT_NEEDED := ldt_gdt ptrace_syscall
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A DMakefile23 TARGETS_C_32BIT_NEEDED := ldt_gdt ptrace_syscall
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1499 tracer_func_t tracer_func, void *args, bool ptrace_syscall) in start_tracer()
1519 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
1526 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1545 ASSERT_EQ(!ptrace_syscall, IS_SECCOMP_EVENT(status)); in start_tracer()
1549 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1561 tracer_func_t func, void *args, bool ptrace_syscall) in setup_trace_fixture()
1578 ptrace_syscall); in setup_trace_fixture()
1498 start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, tracer_func_t tracer_func, void *args, bool ptrace_syscall) start_tracer() argument
1560 setup_trace_fixture(struct __test_metadata *_metadata, tracer_func_t func, void *args, bool ptrace_syscall) setup_trace_fixture() argument
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1514 tracer_func_t tracer_func, void *args, bool ptrace_syscall) in start_tracer()
1534 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
1541 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1574 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1586 tracer_func_t func, void *args, bool ptrace_syscall) in setup_trace_fixture()
1603 ptrace_syscall); in setup_trace_fixture()
1513 start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, tracer_func_t tracer_func, void *args, bool ptrace_syscall) start_tracer() argument
1585 setup_trace_fixture(struct __test_metadata *_metadata, tracer_func_t func, void *args, bool ptrace_syscall) setup_trace_fixture() argument

Completed in 11 milliseconds