PERFORCE change 104445 for review

John Birrell jb at FreeBSD.org
Thu Aug 17 22:39:52 UTC 2006


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

Change 104445 by jb at jb_zoo on 2006/08/17 22:39:06

	Add kernel DTrace support by default.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#11 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#11 (text+ko) ====

@@ -68,6 +68,8 @@
 options 	WITNESS			# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 
+options		KDTRACE			# Kernel DTrace support
+
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel
 


More information about the p4-projects mailing list