summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/dtrace
Commit message (Expand)AuthorAgeFilesLines
* opensolaris/uts/common/dtrace/fasttrap.casomers2013-11-181-23/+40
* The fasttrap ioctl used to create probes takes a variable-sized argument.markj2013-11-181-14/+1
* Add a function, memstr, which can be used to convert a buffer ofmarkj2013-10-161-0/+45
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadmarkj2013-10-081-9/+0
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-2/+2
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-141-4/+4
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-131-16/+63
* fasttrap_fork(): unlock the processes before removing the tracepoints.rpaulo2013-08-111-0/+8
* dtrace/fasttrap: install hook functions only after all data isavg2013-07-091-7/+7
* Hide references to mod_lock. In FreeBSD it is always acquired with themarkj2013-07-051-5/+23
* Be sure to destory the fasttrap cleanup mutex when unloading the fasttrapmarkj2013-07-011-0/+1
* The fasttrap provider cleans up probes asynchronously when a process withmarkj2013-05-241-64/+49
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-121-99/+126
* DTrace: Revert r249367pfg2013-04-171-125/+99
* DTrace: option for time-ordered outputpfg2013-04-111-99/+125
* Dtrace: enablings on defunct providers prevent providers from unregisteringpfg2013-04-012-11/+162
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.pfg2013-03-261-1/+1
* Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-251-4/+10
* Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-251-6/+75
* Dtrace: add optional size argument to tracemem().pfg2013-03-241-0/+14
* Avoid panic when tearing down the DTrace pid provider for agibbs2013-02-201-7/+6
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-2/+2
* Use a proper destructor function.ed2012-08-281-9/+12
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-2/+0
* Bump dtrace_helper_actions_max from 32 to 128pfg2012-06-291-1/+1
* Bring llquantize support into Dtrace.pfg2012-06-271-0/+98
* Implement the D "cpu" variable, which returns curcpu. I have chosen notrstone2012-04-261-0/+5
* Add MIPS support to cddl/contrib part:gonzo2012-03-241-2/+2
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-0/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Revamp locking a bit. This fixes three problems:rpaulo2010-09-121-12/+23
* Avoid a LOR (sleepable after non-sleepable) inrpaulo2010-09-111-0/+2
* Fix two bugs in DTrace:rpaulo2010-09-092-6/+24
* Replace a memory barrier with a mutex barrier.rpaulo2010-08-281-10/+15
* Replace a pksignal() call with tdksignal().rpaulo2010-08-241-1/+1
* Port the fasttrap provider to FreeBSD. This provider is responsible forrpaulo2010-08-241-208/+321
* Kernel DTrace support for:rpaulo2010-08-221-24/+26
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-13/+5
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-52/+58
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-14/+41
* Disable use of the user credentials until there is code to set the levelsjb2008-09-271-1/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Add calls to callout_drain() to ensure the callouts are flushed beforejb2008-08-191-0/+2
* Don't enforce unique device minor number policy anymore.ed2008-06-111-0/+1
* Merge a recent change from the OpenSolaris source tree.jb2008-06-011-13/+89
* Comment out the code that breaks with invariants. This is stuff that isjb2008-05-251-0/+2
* FreeBSD changes to vendor source.jb2008-05-222-209/+1120
* Vendor import of the src/sys OpenSolaris bits for DTrace.jb2008-05-226-0/+20045
OpenPOWER on IntegriCloud