Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 05:15:53 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100019 for review
Message-ID:  <200606260515.k5Q5Frv7018877@repoman.freebsd.org>

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

Change 100019 by jb@jb_freebsd2 on 2006/06/26 05:15:21

	Add a number of system initialisation levels so that the DTrace 
	device and it's providers can be initialised as early as possible
	so that as much of the remaining boot process can be traced via
	a anonymous enablings.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/kernel.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/kernel.h#5 (text+ko) ====

@@ -123,7 +123,11 @@
 	SI_SUB_VM_CONF		= 0x2300000,	/* config VM, set limits*/
 	SI_SUB_RUN_QUEUE	= 0x2400000,	/* set up run queue*/
 	SI_SUB_KTRACE		= 0x2480000,	/* ktrace */
-	SI_SUB_KDTRACE		= 0x24A0000,	/* kdtrace */
+	SI_SUB_CYCLIC		= 0x2490000,	/* Cyclic timers */
+	SI_SUB_KDTRACE		= 0x24A0000,	/* kernel dtrace hooks */
+	SI_SUB_DTRACE		= 0x24B0000,	/* dtrace subsystem */
+	SI_SUB_DTRACE_PROVIDER	= 0x24B8000,	/* dtrace providers */
+	SI_SUB_DTRACE_ANON	= 0x24BC000,	/* dtrace anon enabling */
 	SI_SUB_AUDIT		= 0x24C0000,	/* audit */
 	SI_SUB_CREATE_INIT	= 0x2500000,	/* create init process*/
 	SI_SUB_SCHED_IDLE	= 0x2600000,	/* required idle procs */



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