PERFORCE change 132611 for review

John Birrell jb at FreeBSD.org
Sat Jan 5 22:55:31 PST 2008


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

Change 132611 by jb at jb_freebsd1 on 2008/01/06 06:55:13

	Add the Function Boundary Trace provider to the list of modules we
	load by default with "DTrace"

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#2 (text+ko) ====

@@ -64,5 +64,8 @@
 MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1);
 MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
 MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
+#if defined(__amd64__) || defined(__i386__)
+MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
+#endif
 MODULE_DEPEND(dtraceall, systrace, 1, 1, 1);
 MODULE_DEPEND(dtraceall, profile, 1, 1, 1);


More information about the p4-projects mailing list