freebsd-nq/cddl/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
..
errno.d
io.d Revert previous change in favor of a fix to the actual dtrace 2013-03-28 20:22:43 +00:00
ip.d Bind ip/tcp/udp provider translators and symbols to the same versions as in 2014-05-14 19:02:00 +00:00
libproc_compat.h libdtrace: add support for lazyload mode. 2015-04-08 02:36:37 +00:00
Makefile Initial version of DTrace on ARM32. 2015-02-10 19:41:30 +00:00
net.d
nfs.d DTrace: NFS translators should be split into client/server pieces 2013-04-18 01:20:08 +00:00
nfssrv.d DTrace: NFS translators should be split into client/server pieces 2013-04-18 01:20:08 +00:00
psinfo.d Add a function, memstr, which can be used to convert a buffer of 2013-10-16 01:39:26 +00:00
regs_x86.d Add libdtrace support for tracing userland programs. 2010-08-21 11:50:53 +00:00
sched.d
signal.d
tcp.d Correct the calculation of tcps_rto in the struct tcpcb -> tcpsinfo_t 2014-10-21 05:19:08 +00:00
udp.d Bind ip/tcp/udp provider translators and symbols to the same versions as in 2014-05-14 19:02:00 +00:00
unistd.d