Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dptrace.h53 #define PTRACE_SEIZE 0x4206 macro
/Linux-v6.6/tools/testing/selftests/cgroup/
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-v6.6/kernel/
Dptrace.c393 bool seize = (request == PTRACE_SEIZE); in ptrace_attach()
1295 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in SYSCALL_DEFINE4()
1434 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) { in COMPAT_SYSCALL_DEFINE4()
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c4378 ret = ptrace(PTRACE_SEIZE, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP); in TEST_F()