Searched refs:SECCOMP_RET_TRACE (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ret_action.h | 20 #if defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_TR… 21 XLAT(SECCOMP_RET_TRACE),
|
D | seccomp_ret_action.in | 4 SECCOMP_RET_TRACE
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 31 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_seccomp.h | 95 #define SECCOMP_RET_TRACE 0x7ff00000U // Pass to a tracer or disallow macro
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | dump_bpf.cc | 119 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRACE) { in AppendInstruction()
|
D | verifier.cc | 203 case SECCOMP_RET_TRACE: in EvaluateBPF()
|
D | bpf_dsl.cc | 252 return std::make_shared<ReturnResultExprImpl>(SECCOMP_RET_TRACE + aux); in Trace()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 75 #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/ |
D | seccomp_bpf.c | 75 #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() 1170 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 1442 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 1444 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 1446 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 2265 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 2267 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 69 #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()
|