aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/dtrace_load.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* Fix a harmless LOR in dtrace_load().Mark Johnston2017-05-011-9/+1
* Add tunable to disable destructive dtraceGeorge V. Neville-Neil2016-11-231-0/+11
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+11
* MFV r266993:Pedro F. Giffuni2015-02-031-11/+0
* Continue the crusade towards a dev_clone()-free kernel, removing itsDavide Italiano2014-06-251-8/+0
* Allocate the probe ID unrhdr before the DTrace kld_* event handlers areMark Johnston2013-12-311-2/+2
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatMark Johnston2013-12-311-3/+2
* Now that vmem(9) is available, use vmem arenas to allocate probe andMark Johnston2013-12-301-2/+3
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadMark Johnston2013-10-081-0/+2
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-241-2/+2
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston2013-08-141-5/+5
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-131-0/+6
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-061-0/+2
* Hide references to mod_lock. In FreeBSD it is always acquired with theMark Johnston2013-07-051-6/+0
* Make the /dev/dtrace/helper node have the mode 0660. This allowsRui Paulo2010-09-011-1/+1
* Kernel DTrace support for:Rui Paulo2010-08-221-1/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-2/+2
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-0/+4
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell2008-05-231-0/+164