Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 00:52:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97435 for review
Message-ID:  <200605190052.k4J0qTMI033808@repoman.freebsd.org>

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

Change 97435 by jb@jb_freebsd2 on 2006/05/19 00:52:14

	Add a system initialisation value for Statically Defined Tracing
	so that it does done early.

Affected files ...

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

Differences ...

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

@@ -115,6 +115,7 @@
 	SI_SUB_WITNESS		= 0x1A80000,	/* witness initialization */
 	SI_SUB_MTX_POOL_DYNAMIC	= 0x1AC0000,	/* dynamic mutex pool */
 	SI_SUB_LOCK		= 0x1B00000,	/* various locks */
+	SI_SUB_SDT		= 0x1B80000,	/* statically defined tracing */
 	SI_SUB_EVENTHANDLER	= 0x1C00000,	/* eventhandler init */
 	SI_SUB_KLD		= 0x2000000,	/* KLD and module setup */
 	SI_SUB_CPU		= 0x2100000,	/* CPU resource(s)*/



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