freebsd-dev/cddl/lib/libdtrace
Mark Johnston 41da933c87 Hook up support for userland CTF support in DTrace. This required some
modifications to libproc to support fetching the CTF info for a given file.

With this change, dtrace(1) is able to resolve type info for function and
USDT probe arguments, and function return values. In particular, the args[n]
syntax should now work for referencing arguments of userland probes,
provided that the requisite CTF info is available.

The uctf tests pass if the test programs are compiled with CTF info. The
current infrastructure around the DTrace test suite doesn't support this
yet.

Differential Revision:	https://reviews.freebsd.org/D891
MFC after:		1 month
Relnotes:		yes
Sponsored by:		EMC / Isilon Storage Division
2014-10-03 23:20: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 Hook up support for userland CTF support in DTrace. This required some 2014-10-03 23:20:37 +00:00
Makefile Move some files that are identical on i386 and amd64 to an x86 subdirectory 2014-02-27 01:04:35 +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 Bind ip/tcp/udp provider translators and symbols to the same versions as in 2014-05-14 19:02:00 +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