PERFORCE change 129143 for review

John Birrell jb at FreeBSD.org
Fri Nov 16 16:10:38 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129143

Change 129143 by jb at jb_freebsd1 on 2007/11/17 00:10:35

	Add the kernel DTrace hooks option.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/NOTES#31 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/NOTES#31 (text+ko) ====

@@ -353,6 +353,12 @@
 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


More information about the p4-projects mailing list