Remove references to KTR_EXTEND.
Pointy-hat to: jake
This commit is contained in:
parent
a4c63369dd
commit
0f8870a2b9
@ -347,11 +347,9 @@ options KTRACE #kernel tracing
|
|||||||
#
|
#
|
||||||
# KTR is a kernel tracing mechanism imported from BSD/OS. Currently it
|
# 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
|
# 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
|
# the KTR option. KTR_ENTRIES defines the number of entries in the circular
|
||||||
# as a string from snprintf rather than as a string and up to 5 argument
|
# trace buffer. KTR_COMPILE defines the mask of events to compile into the
|
||||||
# pointers. KTR_ENTRIES defines the number of entries in the circular trace
|
# kernel as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
|
||||||
# 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
|
# initial value of the ktr_mask variable which determines at runtime what
|
||||||
# events to trace. KTR_CPUMASK determines which CPU's log events, with
|
# 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
|
# 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.
|
# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined.
|
||||||
#
|
#
|
||||||
options KTR
|
options KTR
|
||||||
options KTR_EXTEND
|
|
||||||
options KTR_ENTRIES=1024
|
options KTR_ENTRIES=1024
|
||||||
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
|
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
|
||||||
options KTR_MASK=KTR_INTR
|
options KTR_MASK=KTR_INTR
|
||||||
|
@ -347,11 +347,9 @@ options KTRACE #kernel tracing
|
|||||||
#
|
#
|
||||||
# KTR is a kernel tracing mechanism imported from BSD/OS. Currently it
|
# 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
|
# 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
|
# the KTR option. KTR_ENTRIES defines the number of entries in the circular
|
||||||
# as a string from snprintf rather than as a string and up to 5 argument
|
# trace buffer. KTR_COMPILE defines the mask of events to compile into the
|
||||||
# pointers. KTR_ENTRIES defines the number of entries in the circular trace
|
# kernel as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the
|
||||||
# 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
|
# initial value of the ktr_mask variable which determines at runtime what
|
||||||
# events to trace. KTR_CPUMASK determines which CPU's log events, with
|
# 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
|
# 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.
|
# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined.
|
||||||
#
|
#
|
||||||
options KTR
|
options KTR
|
||||||
options KTR_EXTEND
|
|
||||||
options KTR_ENTRIES=1024
|
options KTR_ENTRIES=1024
|
||||||
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
|
options KTR_COMPILE="(KTR_INTR|KTR_PROC)"
|
||||||
options KTR_MASK=KTR_INTR
|
options KTR_MASK=KTR_INTR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user