freebsd-dev/cddl/contrib/opensolaris/lib/libdtrace
Mark Johnston 8436cb81cd libdtrace: allow D libraries to declare dependencies on kernel modules
The "depends_on module" pragma can be used to declare a dependency on a
DTrace module, which for kernel probes corresponds to a KLD. Such
dependencies cannot be checked if the KLD is compiled into the kernel.
Therefore, allow a module dependency to be satisfied if either a kernel
module or a KLD with the specified name is loaded.

Differential Revision:	https://reviews.freebsd.org/D2653
Reviewed by:	gnn, rpaulo
Reported by:	gnn
2015-06-06 16:47:45 +00:00
..
arm Initial version of DTrace on ARM32. 2015-02-10 19:41:30 +00:00
common libdtrace: allow D libraries to declare dependencies on kernel modules 2015-06-06 16:47:45 +00:00
i386 Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
mips Add stub file for pid probe. It's required although pid probe is not supported 2012-03-24 05:27:39 +00:00
powerpc Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle. 2013-10-15 15:00:29 +00:00
sparc Merge from vendor: libdtrace MD parts needed by fasttrap. 2010-07-17 18:31:31 +00:00