PERFORCE change 96482 for review

John Birrell jb at FreeBSD.org
Mon May 1 09:48:35 UTC 2006


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

Change 96482 by jb at jb_freebsd2 on 2006/05/01 09:48:16

	Start exporting symbols for reference by other modules. In the case of
	DTrace, the other modules are the providers.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#2 (text+ko) ====

@@ -19,11 +19,17 @@
 
 CFLAGS+=	-DDEBUG
 
+EXPORT_SYMS=	dtrace_register \
+		dtrace_unregister \
+		dtrace_probe_lookup
+
 load	:
 	kldload dtrace
 	kldstat
 
 unload	:
+	kldunload systrace
+	kldunload fasttrap
 	kldunload dtrace
 	kldstat
 


More information about the p4-projects mailing list