Date: Sat, 4 Nov 2006 02:03:01 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109194 for review Message-ID: <200611040203.kA4231pi057475@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109194 Change 109194 by jb@jb_freebsd8 on 2006/11/04 02:02:01 Give all arches kernel support for loading DTrace modules by default. This causes the DTrace kernel hooks to be compiled in, plus some functions named with the dtrace_ prefix to help DTrace's FBT (function boundary trace) provider know that it can't trace them because they are called from the DTrace probe context. Affected files ... .. //depot/projects/dtrace/src/sys/amd64/conf/DEFAULTS#6 edit .. //depot/projects/dtrace/src/sys/i386/conf/DEFAULTS#6 edit .. //depot/projects/dtrace/src/sys/ia64/conf/DEFAULTS#7 edit .. //depot/projects/dtrace/src/sys/pc98/conf/DEFAULTS#6 edit .. //depot/projects/dtrace/src/sys/powerpc/conf/DEFAULTS#5 edit .. //depot/projects/dtrace/src/sys/sparc64/conf/DEFAULTS#5 edit .. //depot/projects/dtrace/src/sys/sun4v/conf/DEFAULTS#5 edit Differences ... ==== //depot/projects/dtrace/src/sys/amd64/conf/DEFAULTS#6 (text+ko) ==== @@ -17,3 +17,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/i386/conf/DEFAULTS#6 (text+ko) ==== @@ -21,3 +21,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/ia64/conf/DEFAULTS#7 (text+ko) ==== @@ -20,3 +20,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/pc98/conf/DEFAULTS#6 (text+ko) ==== @@ -23,3 +23,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/powerpc/conf/DEFAULTS#5 (text+ko) ==== @@ -14,3 +14,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/sparc64/conf/DEFAULTS#5 (text+ko) ==== @@ -15,3 +15,6 @@ # KSE support went from being default to a kernel option options KSE + +# Kernel support for loading DTrace modules +options KDTRACE ==== //depot/projects/dtrace/src/sys/sun4v/conf/DEFAULTS#5 (text+ko) ==== @@ -7,3 +7,6 @@ # Pseudo devices. device mem # Memory and kernel memory devices + +# Kernel support for loading DTrace modules +options KDTRACE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611040203.kA4231pi057475>