Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c849 #if PTRACE_EVENT_SECCOMP != 7
850 #undef PTRACE_EVENT_SECCOMP
853 #ifndef PTRACE_EVENT_SECCOMP
854 #define PTRACE_EVENT_SECCOMP 7 macro
857 #define IS_SECCOMP_EVENT(status) ((status >> 16) == PTRACE_EVENT_SECCOMP)
1875 ASSERT_EQ(PTRACE_EVENT_SECCOMP, (status >> 16)); in TEST()
1883 ASSERT_EQ(SIGTRAP | (PTRACE_EVENT_SECCOMP << 8), info.si_code); in TEST()
1911 ASSERT_EQ(PTRACE_EVENT_SECCOMP, (status >> 16)); in TEST()