Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2006 01:06:24 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96388 for review
Message-ID:  <200604300106.k3U16OcL082624@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96388

Change 96388 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604300106.k3U16OcL082624>