Home
last modified time | relevance | path

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

/external/strace/xlat/
Dseccomp_ret_action.h14 #if !(defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_…
15 # define SECCOMP_RET_TRACE 0x7ff00000U macro
31 XLAT(SECCOMP_RET_TRACE),
Dseccomp_ret_action.in5 SECCOMP_RET_TRACE 0x7ff00000U
/external/strace/tests-m32/
Dseccomp_get_action_avail.c81 # ifdef SECCOMP_RET_TRACE in main()
82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
/external/strace/tests-mx32/
Dseccomp_get_action_avail.c81 # ifdef SECCOMP_RET_TRACE in main()
82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
/external/strace/tests/
Dseccomp_get_action_avail.c81 # ifdef SECCOMP_RET_TRACE in main()
82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h37 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/external/seccomp-tests/linux/
Dseccomp_bpf.c75 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
754 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1164 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
1388 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
1390 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
1392 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2089 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
2091 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c98 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
984 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1462 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
1745 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
1747 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
1749 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2633 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
2635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
2841 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE,
/external/linux-kselftest/android/patches/
D0017-seccomp_bpf_disable_tests.patch86 /* Swap SECCOMP_RET_TRACE tracer for PTRACE_SYSCALL tracer. */
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c69 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow macro
530 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
839 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()