From adcfe0d35eaa52aa6916520d27b810de6f0ce9a5 Mon Sep 17 00:00:00 2001 From: glebius Date: Thu, 19 Feb 2015 17:03:13 +0000 Subject: [PATCH] Use KTR_COMPILE=(KTR_ALL) for LINTs, to get more code coverage. --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b0f18d290fe..8b6a4c8b3c6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -495,7 +495,7 @@ options KTRACE_REQUEST_POOL=101 options KTR options KTR_BOOT_ENTRIES=1024 options KTR_ENTRIES=(128*1024) -options KTR_COMPILE=(KTR_INTR|KTR_PROC) +options KTR_COMPILE=(KTR_ALL) options KTR_MASK=KTR_INTR options KTR_CPUMASK=0x3 options KTR_VERBOSE -- 2.45.0