diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 18:24:30 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 18:24:30 +0000 |
| commit | 1499e4ce938dcce4d98368a4fcf732c221986563 (patch) | |
| tree | f9a0f338b606d1075656f0299973db2e1b622184 | |
| parent | b6bf303c24f0861dc7360403c364d859bd698ec5 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 99203d482f41..769308d724a6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -343,16 +343,18 @@ options KTRACE #kernel tracing options KTRACE_REQUEST_POOL=101 # -# 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. 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 -# to the console by default. This functionality can be toggled via the -# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined. +# 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. KTR_ENTRIES defines the number of +# entries in the circular trace buffer; it must be a power of two. +# 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 to the console by default. This functionality +# can be toggled via the debug.ktr_verbose sysctl and defaults to off +# if KTR_VERBOSE is not defined. # options KTR options KTR_ENTRIES=1024 |
