PERFORCE change 133165 for review
John Birrell
jb at FreeBSD.org
Sat Jan 12 22:23:54 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133165
Change 133165 by jb at jb_freebsd1 on 2008/01/13 06:22:57
Include the Statically Define Trace (sdt) module in the list of
dependencies so that it is part of the set of DTrace modules that
are loaded and unloaded together.
Affected files ...
.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#3 edit
Differences ...
==== //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#3 (text+ko) ====
@@ -67,5 +67,6 @@
#if defined(__amd64__) || defined(__i386__)
MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
#endif
+MODULE_DEPEND(dtraceall, sdt, 1, 1, 1);
MODULE_DEPEND(dtraceall, systrace, 1, 1, 1);
MODULE_DEPEND(dtraceall, profile, 1, 1, 1);
More information about the p4-projects
mailing list