Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1497 #define PTRACE_EVENT_MASK(status) ((status) >> 16) macro
1981 EXPECT_EQ(PTRACE_EVENT_MASK(status), PTRACE_EVENT_SECCOMP) { in tracer_seccomp()
1982 TH_LOG("Unexpected ptrace event: %d", PTRACE_EVENT_MASK(status)); in tracer_seccomp()