summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-23 22:17:28 +0000
committerjb <jb@FreeBSD.org>2008-05-23 22:17:28 +0000
commit19fffc811fbc0006dc99543250637bb55f65ad56 (patch)
tree741722720e4a4fa6ab3aaf123721359337f71d4d /sys
parent431e157a7b1b5c9208c7bf316176cb375772903f (diff)
downloadFreeBSD-src-19fffc811fbc0006dc99543250637bb55f65ad56.zip
FreeBSD-src-19fffc811fbc0006dc99543250637bb55f65ad56.tar.gz
Add the KDTRACE_HOOKS option for DTrace support.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 690b3fd..45d7e03 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -358,6 +358,12 @@ options DDB_NUMSYM
options GDB
#
+# Enable the kernel DTrace hooks which are required to load the DTrace
+# kernel modules.
+#
+options KDTRACE_HOOKS
+
+#
# SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
# contents of the registered sysctl nodes on the console. It is disabled by
# default because it generates excessively verbose console output that can
OpenPOWER on IntegriCloud