Searched refs:PTRACE_SYSCALL (Results 1 – 17 of 17) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 319 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 343 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace() 379 if (ptrace(PTRACE_SYSCALL, chld, 0, 0) != 0) in test_restart_under_ptrace()
|
D | test_syscall_vdso.c | 373 ptrace(PTRACE_SYSCALL, pid, 0L, 0L /*sig*/); in ptrace_me()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 24 #define PTRACE_SYSCALL 24 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 13 PTRACE_SYSCALL
|
D | ptrace_cmds.h | 47 #if defined(PTRACE_SYSCALL) || (defined(HAVE_DECL_PTRACE_SYSCALL) && HAVE_DECL_PTRACE_SYSCALL) 48 XLAT(PTRACE_SYSCALL),
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | simple_tracer.c | 132 ret = vptrace(PTRACE_SYSCALL, pid, NULL, NULL); in main()
|
D | ptrace04.c | 117 if (ptrace(PTRACE_SYSCALL, pid, NULL, NULL) && errno) { in main()
|
/external/strace/ |
D | process.c | 175 case PTRACE_SYSCALL: in SYS_FUNC()
|
D | README-linux-ptrace | 281 If tracee was restarted by PTRACE_SYSCALL, tracee enters 283 restarts it with PTRACE_SYSCALL, tracee enters syscall-exit-stop when 324 PTRACE_SYSCALL, syscall-exit-stop is not generated. 477 ** we issue PTRACE_SYSCALL for thread 1 ** 480 ** we issue PTRACE_SYSCALL for thread 2 ** 481 ** we get PTRACE_EVENT_EXEC for PID0, we issue PTRACE_SYSCALL **
|
D | strace.c | 2479 if (ptrace_restart(PTRACE_SYSCALL, tcp, sig) < 0) { in trace()
|
D | ChangeLog | 1321 to ptrace_restart(PTRACE_SYSCALL). 27992 ptrace(PTRACE_SYSCALL, 22331, 0, SIG_0) = 0 27998 ptrace(PTRACE_SYSCALL, 22549, 0, SIG_0) = 0 28197 which resulted to tracees not being PTRACE_SYSCALL'ed which in turn 30121 When we detect it, we issue PTRACE_LISTEN instead of PTRACE_SYSCALL. 30916 unify code paths to ptrace(PTRACE_SYSCALL).
|
/external/libunwind/tests/ |
D | test-ptrace.c | 320 ptrace (PTRACE_SYSCALL, target_pid, 0, pending_sig); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 396 do_ptrace(PTRACE_SYSCALL, pid, 0, SIGUSR1); in main()
|
/external/strace/tests/ |
D | ptrace.c | 396 do_ptrace(PTRACE_SYSCALL, pid, 0, SIGUSR1); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 396 do_ptrace(PTRACE_SYSCALL, pid, 0, SIGUSR1); in main()
|
/external/libunwind/ |
D | configure.ac | 64 PTRACE_SYSCALL, PT_IO, PT_GETREGS,
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1052 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1075 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
|