freebsd-dev/cddl/contrib/opensolaris/lib/libdtrace
Mark Johnston 67cf27b70f libdtrace: add support for lazyload mode.
Passing "-x lazyload" to dtrace -G during compilation causes dtrace(1) to
not link drti.o into the output object file, so the USDT probes are not created
during process startup. Instead, dtrace(1) will automatically discover and
create probes on the process' behalf when attaching.

Differential Revision:	https://reviews.freebsd.org/D2203
Reviewed by:		rpaulo
MFC after:		1 month
2015-04-08 02:36:37 +00:00
..
arm Initial version of DTrace on ARM32. 2015-02-10 19:41:30 +00:00
common libdtrace: add support for lazyload mode. 2015-04-08 02:36:37 +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