Searched refs:PTRACE_O_TRACESECCOMP (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptrace.h174 #define PTRACE_O_TRACESECCOMP (1 << PTRACE_EVENT_SECCOMP) macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1490 #ifndef PTRACE_O_TRACESECCOMP
1491 #define PTRACE_O_TRACESECCOMP 0x00000080 macro
1536 PTRACE_O_TRACESECCOMP);
1538 TH_LOG("Failed to set PTRACE_O_TRACESECCOMP");
3099 PTRACE_O_TRACESECCOMP));

Completed in 108 milliseconds