From c112b277f8294160d866c1f4a4f0e77e50c50514 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 30 Apr 2008 09:15:08 +0000 Subject: [PATCH] Add KTR_TESTLOG to LINT. Mention KTR_SERIALIZER & KTR_TESTLOG in ktr(4). --- share/man/man4/ktr.4 | 12 +++++++++--- sys/config/LINT | 11 ++++++----- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index 205fe7fc2b..fdfa3339a8 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -23,9 +23,9 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ktr.4,v 1.9 2003/09/08 19:57:19 ru Exp $ -.\" $DragonFly: src/share/man/man4/ktr.4,v 1.5 2008/02/11 00:27:31 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ktr.4,v 1.6 2008/04/30 09:15:08 swildner Exp $ .\" -.Dd November 2, 2007 +.Dd April 30, 2008 .Dt KTR 4 .Os .Sh NAME @@ -41,9 +41,10 @@ .Cd options KTR_IF_EM .Cd options KTR_IPIQ .Cd options KTR_MEMORY +.Cd options KTR_SERIALIZER .Cd options KTR_SPIN_CONTENTION .\".Cd options KTR_TCP -.\".Cd options KTR_TESTLOG +.Cd options KTR_TESTLOG .Cd options KTR_TOKENS .\".Cd options KTR_TSLEEP .Cd options KTR_USB_MEMORY @@ -87,9 +88,14 @@ IPI related data (IPI requests, CPU synchronization etc.) and .Xr kfree 9 events +.It Dv KTR_SERIALIZER +.Xr serializer 9 +related events .It Dv KTR_SPIN_CONTENTION .Xr spinlock 9 contention +.It Dv KTR_TESTLOG +IPI performance testing .It Dv KTR_TOKENS LWKT token related events .It Dv KTR_USB_MEMORY diff --git a/sys/config/LINT b/sys/config/LINT index 88203e2459..63c4e0be18 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.157 2008/04/29 16:00:12 sephe Exp $ +# $DragonFly: src/sys/config/LINT,v 1.158 2008/04/30 09:15:08 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2745,14 +2745,15 @@ options XBONEHACK options KTR #options KTR_GIANT_CONTENTION -#options KTR_SPIN_CONTENTION +#options KTR_IF_BGE +#options KTR_IF_EM #options KTR_IPIQ #options KTR_MEMORY +#options KTR_SERIALIZER +#options KTR_SPIN_CONTENTION +#options KTR_TESTLOG #options KTR_TOKENS #options KTR_USB_MEMORY -#options KTR_IF_EM -#options KTR_IF_BGE -#options KTR_SERIALIZER options KTR_ALL options KTR_ENTRIES=1024 options KTR_VERBOSE=1 -- 2.41.0