summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 313176, 313177, 313359gnn2017-03-301-2/+21
* MFC: 309669gnn2016-12-201-4/+4
* MFC: 309069gnn2016-12-201-0/+4
* MFC r302507:markj2016-07-151-1/+1
* Add initial DTrace support for RISC-V.br2016-05-241-1/+1
* Allow DOF sections with excessively long probe function components.markj2016-04-251-1/+11
* Implement support for boot-time DTrace.markj2016-04-101-49/+112
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-171-4/+0
* MFV r296306: 6604 harden DIF bounds checkingmarkj2016-03-081-2/+75
* MFV r289003:markj2015-12-071-2/+9
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-071-18/+65
* MFV r288408:markj2015-09-301-8/+59
* MFV r283512:markj2015-09-111-3/+3
* Avoid dereferencing curthread->td_proc->p_cred in DTrace probe context.markj2015-08-021-2/+6
* First cut of DTrace for AArch64.br2015-07-011-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Fix DTrace's panic() action.markj2015-04-241-0/+4
* libdtrace: add support for lazyload mode.markj2015-04-081-16/+30
* Initial version of DTrace on ARM32.gnn2015-02-101-1/+1
* Fix a typo in r278137: make sure to free provider state.markj2015-02-081-1/+1
* MFV r266995:pfg2015-02-031-2/+3
* MFV r266993:pfg2015-02-031-31/+54
* Continue to handle the case where state is NULL, though this currentlymarkj2015-02-031-4/+13
* Diff reduction with illumos, in preparation for merging r266993 from themarkj2015-02-031-13/+10
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-138/+138
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-071-1/+0
* MFV r275535:delphij2014-12-061-2/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Return 0 for the PPID of threads in process 0, as process 0 doesn't have amarkj2014-08-041-1/+4
* Merge from OpenSolaris (24-Jul-2010):pfg2014-07-051-14/+64
* Merge from OpenSolaris (30-Jun-2009):pfg2014-07-031-2/+6
* Merge from OpenSolaris (22-Apr-2008):pfg2014-07-031-1/+2
* Merge from OpenSolaris (20-Apr-2008):pfg2014-07-031-1/+8
* Merge from OpenSolaris (15-Sep-2008):pfg2014-07-011-4/+16
* Small merges from OpenSolaris:pfg2014-07-011-2/+4
* MFV illumosrpaulo2014-06-261-34/+81
* MFV illumosrpaulo2014-06-261-0/+593
* MFV illumos r266986:rpaulo2014-06-261-35/+336
* Continue the crusade towards a dev_clone()-free kernel, removing itsdavide2014-06-251-71/+1
* MFV r258379;pfg2014-04-021-5/+5
* Expose a few DTrace parameters as sysctls under kern.dtrace and addmarkj2014-03-011-1/+2
* 4478 dtrace_dof_maxsize is far too smallmarkj2014-02-281-1/+1
* 1452 DTrace buffer autoscaling should be less violentmarkj2014-02-221-15/+33
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatmarkj2013-12-311-22/+15
* Now that vmem(9) is available, use vmem arenas to allocate probe andmarkj2013-12-301-15/+22
* 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
OpenPOWER on IntegriCloud