Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptrace.h53 #define PTRACE_SEIZE 0x4206 macro
/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c607 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptrace()
727 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptraced()
/linux/kernel/
H A Dptrace.c413 bool seize = (request == PTRACE_SEIZE); in ptrace_attach()
1275 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in SYSCALL_DEFINE4()
1414 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in COMPAT_SYSCALL_DEFINE4()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4454 ret = ptrace(PTRACE_SEIZE, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP); in TEST_F()