Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 06:23:54 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133165 for review
Message-ID:  <200801130623.m0D6NsnA090048@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 133165 by jb@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);


home | help

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