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

/linux-master/include/uapi/linux/
H A Dptrace.h53 #define PTRACE_SEIZE 0x4206 macro
166 /* Options set using PTRACE_SETOPTIONS or using PTRACE_SEIZE @data param */
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_freezer.c607 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL))
727 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL))
/linux-master/kernel/
H A Dptrace.c413 bool seize = (request == PTRACE_SEIZE);
1275 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) {
1414 if (request == PTRACE_ATTACH || request == PTRACE_SEIZE) {
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4398 ret = ptrace(PTRACE_SEIZE, self->pid, NULL, PTRACE_O_SUSPEND_SECCOMP);

Completed in 180 milliseconds