Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c108 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST()
119 TH_LOG("Kernel does not support CONFIG_SECCOMP"); in TEST_SIGNAL()
124 TH_LOG("Unreachable!"); in TEST_SIGNAL()
135 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST()
146 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); in TEST()
151 TH_LOG("Kernel does not support CONFIG_SECCOMP_FILTER!"); in TEST()
168 TH_LOG("Expected 0 or unsupported for NO_NEW_PRIVS"); in TEST()
210 TH_LOG("Installing %d insn filter was allowed", prog.len); in TEST()
217 TH_LOG("Installing %d insn filter wasn't allowed", prog.len); in TEST()
256 TH_LOG("Allowed %d %d-insn filters (total with penalties:%d)", in TEST()
[all …]
Dtest_harness.h187 #define TH_LOG TEST_API(TH_LOG) macro