PERFORCE change 96388 for review

John Birrell jb at FreeBSD.org
Sun Apr 30 01:06:25 UTC 2006


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

Change 96388 by jb at jb_freebsd2 on 2006/04/30 01:05:58

	Add DTrace support to the generic kernel by default. This adds very
	little bloat because it only contains hooks for the dtrace device
	and DTrace provider devices to use. The bulk of the DTrace kernel
	infrastructure is located in the dtrace device module.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/conf/GENERIC#4 edit

Differences ...

==== //depot/projects/dtrace/src/sys/i386/conf/GENERIC#4 (text+ko) ====

@@ -62,6 +62,7 @@
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
+options 	KDTRACE			# Enable kernel DTrace support.
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	INVARIANTS		# Enable calls of extra sanity checking


More information about the p4-projects mailing list