Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2007 00:05:30 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129141 for review
Message-ID:  <200711170005.lAH05Ubl084986@repoman.freebsd.org>

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

Change 129141 by jb@jb_freebsd1 on 2007/11/17 00:05:01

	Make the DTrace kernel hooks optional.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/files#52 edit
.. //depot/projects/dtrace/src/sys/conf/options#30 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/files#52 (text+ko) ====

@@ -1418,7 +1418,7 @@
 kern/kern_cpu.c			standard
 kern/kern_context.c		standard
 kern/kern_descrip.c		standard
-kern/kern_dtrace.c		standard
+kern/kern_dtrace.c		optional kdtrace_hooks
 kern/kern_environment.c		standard
 kern/kern_event.c		standard
 kern/kern_exec.c		standard

==== //depot/projects/dtrace/src/sys/conf/options#30 (text+ko) ====

@@ -99,6 +99,7 @@
 GEOM_VIRSTOR	opt_geom.h
 GEOM_VOL	opt_geom.h
 GEOM_ZERO	opt_geom.h
+KDTRACE_HOOKS	opt_kdtrace.h
 KSE		opt_global.h
 KSTACK_MAX_PAGES
 KSTACK_PAGES



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