Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/
Dkselftest_harness.h71 #ifndef TH_LOG_ENABLED
72 # define TH_LOG_ENABLED 1 macro
100 if (TH_LOG_ENABLED) \
120 if (TH_LOG_ENABLED) { \
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dtest_harness.h199 #ifndef TH_LOG_ENABLED
200 # define TH_LOG_ENABLED 1 macro
204 if (TH_LOG_ENABLED) \
/external/seccomp-tests/linux/
Dtest_harness.h202 #ifndef TH_LOG_ENABLED
203 # define TH_LOG_ENABLED 1 macro
207 if (TH_LOG_ENABLED) \
/external/linux-kselftest/tools/testing/selftests/uevent/
Duevent_filtering.c179 if (TH_LOG_ENABLED) { in uevent_listener()