Home
last modified time | relevance | path

Searched refs:PTRACE_KILL (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dptrace.h19 #define PTRACE_KILL 8 macro
/linux/arch/um/os-Linux/
H A Dprocess.c62 ptrace(PTRACE_KILL, pid); in os_kill_ptraced_process()
/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c213 if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1) in main()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c287 case PTRACE_KILL: in compat_arch_ptrace()