summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* Remove a block of code that was not intended to be part of the previousmarkj2013-05-201-7/+0
* Re-introduce another part of r249367. This commit fixes a register leak inmarkj2013-05-196-97/+157
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-126-152/+619
* revert r248644 because of the regression for usdt probesavg2013-04-251-1/+1
* DTrace: Revert r249426pfg2013-04-173-9/+5
* DTrace: Revert r249367pfg2013-04-1720-1144/+388
* DTrace: print() should try to resolve function pointerspfg2013-04-161-4/+47
* Dtrace: resolve const types from fbt and other fixes.pfg2013-04-123-5/+9
* DTrace: option for time-ordered outputpfg2013-04-1120-388/+1144
* Commit a patch that fixes a problem in the #pragma statement when searchinggnn2013-03-281-3/+27
* Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-2510-70/+889
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-251-3/+11
* Dtrace: add optional size argument to tracemem().pfg2013-03-244-10/+62
* dtrace: ensure that we can always catch a process (e.g. when -c is used)avg2013-03-231-1/+1
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-0/+75
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-0/+1
* When we return with an error we cannot unlock the mutex, becausegnn2012-08-011-1/+2
* Dtrace: improve handling of library paths.pfg2012-07-172-22/+102
* Use libc's strndup() instead of Dtrace's reimplementation.pfg2012-07-152-24/+3
* Merge illumos commit 13455:7205f7794835pfg2012-07-141-1/+8
* Fix clang warning, introduced in the recent dtrace import.dim2012-07-031-1/+1
* Safer fix for building with Clang.pfg2012-06-281-1/+1
* Fix build with Clang.pfg2012-06-281-1/+1
* Bring llquantize support into Dtrace.pfg2012-06-278-5/+398
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-261-0/+6
* Change SIGUSR1 to SIGTHR to properly wake up a process that is beinggnn2012-04-131-1/+1
* Add stub file for pid probe. It's required although pid probe is not supportedgonzo2012-03-241-0/+75
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, somedim2011-12-161-2/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.c, somedim2011-12-161-3/+4
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, thedim2011-12-151-0/+1
* In cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c, use thedim2011-12-151-1/+1
* In cddl/contrib/opensolaris/lib/libdtrace/i386/dt_isadep.c, use thedim2011-12-151-1/+1
* Cast away a clang alignment warning in drti.c's fixsymbol() function.dim2011-12-151-1/+1
* Do not use #warning to warn about missing implementation of dt_popc(),simon2011-06-191-1/+1
* Fix clang warnings.benl2011-06-181-7/+9
* Give a chance to the target binary to run the ctors by waiting until itrpaulo2010-09-121-1/+1
* Disable debug by default.rpaulo2010-09-111-1/+1
* Don't try to map the USDT probes. This is necessary because there is norpaulo2010-09-101-1/+3
* Don't clobber an existing target object file when doing the DTracerpaulo2010-09-091-0/+12
* Include <sys/sdt.h> on a generated header.rpaulo2010-09-011-0/+4
* Add libdtrace support for tracing userland programs.rpaulo2010-08-2111-212/+495
* Fix another mismerge: bring back the definition of DT_MUTEX_HELD().rpaulo2010-08-021-0/+8
* Fix the result of a mismerge. MUTEX_HELD should be DT_MUTEX_HELD() andrpaulo2010-08-022-9/+11
* MFV OpenSolaris DTrace userland bits.rpaulo2010-08-0217-117/+275
* proc_wait() was replaced by proc_wstatus(). Right now this call isrpaulo2010-07-311-1/+1
* Update to the new proc_detach() function.rpaulo2010-07-311-2/+2
* dtrace: correctly map sections to addresses in elf object modules (amd64)avg2010-07-232-6/+70
* Merge from vendor: libdtrace MD parts needed by fasttrap.rpaulo2010-07-175-0/+1145
* Unbreak platforms with char unsigned by default. Oddly enough, GCC isn'tmarcel2010-06-201-2/+6
* Do not allow EOF token to be put back into input buffer.kan2010-06-181-3/+11
OpenPOWER on IntegriCloud