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

/linux-master/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) function
227 return test_harness(ptrace_syscall, "ptrace_syscall");
/linux-master/tools/testing/selftests/x86/
H A DMakefile24 TARGETS_C_32BIT_NEEDED := ldt_gdt ptrace_syscall
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1514 tracer_func_t tracer_func, void *args, bool ptrace_syscall)
1534 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ?
1541 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
1574 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT,
1586 tracer_func_t func, void *args, bool ptrace_syscall)
1603 ptrace_syscall);
1513 start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, tracer_func_t tracer_func, void *args, bool ptrace_syscall) argument
1585 setup_trace_fixture(struct __test_metadata *_metadata, tracer_func_t func, void *args, bool ptrace_syscall) argument

Completed in 123 milliseconds