summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/dtrace_load.c
AgeCommit message (Expand)Author
2024-11-22dtrace: Avoid excessive pcpu allocationsMark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-08-09dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov
2017-05-01Fix a harmless LOR in dtrace_load().Mark Johnston
2016-11-23Add tunable to disable destructive dtraceGeorge V. Neville-Neil
2016-05-14Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin
2015-02-03MFV r266993:Pedro F. Giffuni
2014-06-25Continue the crusade towards a dev_clone()-free kernel, removing itsDavide Italiano
2013-12-31Allocate the probe ID unrhdr before the DTrace kld_* event handlers areMark Johnston
2013-12-31Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatMark Johnston
2013-12-30Now that vmem(9) is available, use vmem arenas to allocate probe andMark Johnston
2013-10-08Initialize and free the DTrace taskqueue in the dtrace module load/unloadMark Johnston
2013-08-24Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston
2013-08-14Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston
2013-08-13FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston
2013-08-06opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon
2013-07-05Hide references to mod_lock. In FreeBSD it is always acquired with theMark Johnston
2010-09-01Make the /dev/dtrace/helper node have the mode 0660. This allowsRui Paulo
2010-08-22Kernel DTrace support for:Rui Paulo
2010-06-11Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin
2008-11-05Merge latest DTrace changes from Perforce.Craig Rodrigues
2008-05-23Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell