Home
last modified time | relevance | path

Searched refs:PTRACE_SEIZE (Results 1 – 3 of 3) 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/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4475 ret = ptrace(PTRACE_SEIZE, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP); in TEST_F()