PERFORCE change 109194 for review

John Birrell jb at FreeBSD.org
Sat Nov 4 02:03:22 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109194

Change 109194 by jb at 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


More information about the p4-projects mailing list