summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/cmd/dtrace
Commit message (Expand)AuthorAgeFilesLines
* The DTrace harness (dtest.pl) executes DTrace scripts with the -C flag,markj2015-01-303-3/+9
* Include required headers in DTrace test programs.markj2015-01-3010-0/+15
* Replace Solaris identifiers and types with their FreeBSD equivalents.markj2015-01-3012-16/+16
* Use the correct field when reading the PID out of a struct proc.markj2015-01-304-4/+4
* When searching for an accompanying test program, look in the directorymarkj2015-01-301-1/+1
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-16/+16
* Remove a build artifact of the USDT tests.markj2014-10-151-11/+0
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-1/+1
* Have dtrace(1) handle SIGPIPE by cleaning up and exiting. Additionally,markj2014-10-021-15/+30
* Fix the description of the -h option.markj2014-09-261-14/+13
* Implement a workaround to allow this test program to be compiled with clang.markj2014-09-171-2/+2
* Fix a number of typos and programming errors in the userland CTF tests. Itmarkj2014-09-174-5/+9
* Fix elfdump(1) usage in the userland CTF tests.markj2014-09-1610-10/+10
* MFV illumosrpaulo2014-06-2612-0/+1554
* MFV illumosrpaulo2014-06-2625-1/+1125
* MFV illumosrpaulo2014-06-2614-2/+790
* MFV illumos r266986:rpaulo2014-06-265-0/+454
* Revert r267898.rpaulo2014-06-2612-1552/+0
* Bring the following change from the illumos-joyent repository:rpaulo2014-06-2612-0/+1552
* MFV r266988:pfg2014-06-153-0/+168
* Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534.markj2014-05-191-1/+1
* Replace a few Solarisisms with their corresponding FreeBSDisms to make a fewmarkj2014-04-156-6/+6
* 4478 dtrace_dof_maxsize is far too smallmarkj2014-02-281-0/+97
* 1452 DTrace buffer autoscaling should be less violentmarkj2014-02-222-16/+0
* Enable some previously-disabled DTrace tests for umod, ufunc and usym. Theymarkj2013-12-043-3/+3
* Convert the dtrace(1) man page to mdoc and fix up some aspects of it thatmarkj2013-10-101-645/+652
* DTrace: re-apply r249426 now that the underlying issues have been solved.pfg2013-07-2814-18/+151
* DTrace: re-merge remainder of r249367 (original from Illumos).pfg2013-07-2824-149/+509
* Use kern_ioctl() rather than ioctl() for testing the FBT provider, since themarkj2013-07-277-12/+12
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-022-13/+11
* Re-introduce another part of r249367. This commit fixes a register leak inmarkj2013-05-192-0/+85
* Convert a couple of helper scripts used to test the ip provider to work onmarkj2013-05-152-11/+20
* head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d'markj2013-05-122-4/+4
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-126-18/+275
* DTrace: Revert r249426pfg2013-04-1714-151/+18
* DTrace: Revert r249367pfg2013-04-1738-951/+382
* DTrace: print() should try to resolve function pointerspfg2013-04-162-0/+37
* Dtrace: resolve const types from fbt and other fixes.pfg2013-04-1214-18/+151
* DTrace: option for time-ordered outputpfg2013-04-1138-382/+951
* Dtrace: enablings on defunct providers prevent providers from unregisteringpfg2013-04-014-2/+371
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.pfg2013-03-261-20/+29
* Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-2511-0/+354
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-2510-0/+694
* Dtrace: add optional size argument to tracemem().pfg2013-03-244-11/+1389
* Orphaned processes that are being traced are killed by thegibbs2013-02-201-0/+7
* Revert previous commit. The bug was actually caused by an issuegnn2012-07-251-3/+1
* Fix a bug in interrupt handling so that we're only consideredgnn2012-07-241-1/+3
* Dtrace: improve handling of library paths.pfg2012-07-172-0/+152
* Merge illumos commit 13455:7205f7794835pfg2012-07-141-0/+30
* Bring llquantize support into Dtrace.pfg2012-06-2734-0/+3390
OpenPOWER on IntegriCloud