Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2007 21:59:08 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128582 for review
Message-ID:  <200711032159.lA3Lx8ja092178@repoman.freebsd.org>

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

Change 128582 by jb@jb_freebsd1 on 2007/11/03 21:58:41

	Add the DTrace system initialisation levels back again.

Affected files ...

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

Differences ...

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

@@ -120,6 +120,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_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?200711032159.lA3Lx8ja092178>