Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c844 #ifndef PTRACE_O_TRACESECCOMP
845 #define PTRACE_O_TRACESECCOMP 0x00000080 macro
888 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()
1867 PTRACE_O_TRACESECCOMP)); in TEST()