Use bitmasks of the KTR_* constants instead of hexidecimal values for
the KTR_COMPILE and KTR_MASK examples.
This commit is contained in:
parent
75fd8a701b
commit
a9672a8144
@ -339,8 +339,8 @@ options KTRACE #kernel tracing
|
||||
options KTR
|
||||
options KTR_EXTEND
|
||||
options KTR_ENTRIES=1024
|
||||
options KTR_COMPILE=0x3fffff
|
||||
options KTR_MASK=0x201208
|
||||
options KTR_COMPILE=KTR_INTR|KTR_PROC
|
||||
options KTR_MASK=KTR_INTR
|
||||
options KTR_CPUMASK=0x3
|
||||
options KTR_VERBOSE
|
||||
|
||||
|
@ -339,8 +339,8 @@ options KTRACE #kernel tracing
|
||||
options KTR
|
||||
options KTR_EXTEND
|
||||
options KTR_ENTRIES=1024
|
||||
options KTR_COMPILE=0x3fffff
|
||||
options KTR_MASK=0x201208
|
||||
options KTR_COMPILE=KTR_INTR|KTR_PROC
|
||||
options KTR_MASK=KTR_INTR
|
||||
options KTR_CPUMASK=0x3
|
||||
options KTR_VERBOSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user