aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-04-01 19:25:22 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-04-01 19:25:22 +0000
commit0f8870a2b951934188994b3bd33dd16d85cbc2ed (patch)
treef582705b88c34d8efaa2f0d0767c601fde02b182
parenta4c63369dd218aa2ce6fbc902958a3386b9fdda3 (diff)
Notes
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/NOTES9
2 files changed, 6 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a4bd2218a85a..d1b8e3bc7005 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -347,11 +347,9 @@ options KTRACE #kernel tracing
#
# KTR is a kernel tracing mechanism imported from BSD/OS. Currently it
# has no userland interface aside from a few sysctl's. It is enabled with
-# the KTR option. The KTR_EXTEND option causes trace events to be generated
-# as a string from snprintf rather than as a string and up to 5 argument
-# pointers. KTR_ENTRIES defines the number of entries in the circular trace
-# buffer. KTR_COMPILE defines the mask of events to compile into the kernel
-# as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
+# the KTR option. KTR_ENTRIES defines the number of entries in the circular
+# trace buffer. KTR_COMPILE defines the mask of events to compile into the
+# kernel as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
# initial value of the ktr_mask variable which determines at runtime what
# events to trace. KTR_CPUMASK determines which CPU's log events, with
# bit X corresponding to cpu X. KTR_VERBOSE enables dumping of KTR events
@@ -359,7 +357,6 @@ options KTRACE #kernel tracing
# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined.
#
options KTR
-options KTR_EXTEND
options KTR_ENTRIES=1024
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
options KTR_MASK=KTR_INTR
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a4bd2218a85a..d1b8e3bc7005 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -347,11 +347,9 @@ options KTRACE #kernel tracing
#
# KTR is a kernel tracing mechanism imported from BSD/OS. Currently it
# has no userland interface aside from a few sysctl's. It is enabled with
-# the KTR option. The KTR_EXTEND option causes trace events to be generated
-# as a string from snprintf rather than as a string and up to 5 argument
-# pointers. KTR_ENTRIES defines the number of entries in the circular trace
-# buffer. KTR_COMPILE defines the mask of events to compile into the kernel
-# as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
+# the KTR option. KTR_ENTRIES defines the number of entries in the circular
+# trace buffer. KTR_COMPILE defines the mask of events to compile into the
+# kernel as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
# initial value of the ktr_mask variable which determines at runtime what
# events to trace. KTR_CPUMASK determines which CPU's log events, with
# bit X corresponding to cpu X. KTR_VERBOSE enables dumping of KTR events
@@ -359,7 +357,6 @@ options KTRACE #kernel tracing
# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined.
#
options KTR
-options KTR_EXTEND
options KTR_ENTRIES=1024
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
options KTR_MASK=KTR_INTR