summaryrefslogtreecommitdiffstats
path: root/lib/libproc/tests
Commit message (Collapse)AuthorAgeFilesLines
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-4/+6
| | | | | | | | | | | | | | | | | | 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
* Add some ATF tests for libproc.markj2014-09-213-0/+427
Differential Revision: D710 Reviewed by: jmmv, ngie, rpaulo
OpenPOWER on IntegriCloud