Searched refs:PTRACE_SECCOMP_GET_METADATA (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptrace.h69 #define PTRACE_SECCOMP_GET_METADATA 0x420d macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c179 #ifndef PTRACE_SECCOMP_GET_METADATA
180 #define PTRACE_SECCOMP_GET_METADATA 0x420d macro
3322 ret = ptrace(PTRACE_SECCOMP_GET_METADATA, pid, sizeof(md), &md);
3325 SKIP(goto skip, "Kernel does not support PTRACE_SECCOMP_GET_METADATA (missing CONFIG_CHECKPOINT_RESTORE?)");
3332 ret = ptrace(PTRACE_SECCOMP_GET_METADATA, pid, sizeof(md), &md);
/linux-master/kernel/
H A Dptrace.c1233 case PTRACE_SECCOMP_GET_METADATA:

Completed in 136 milliseconds