summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sdt.c
Commit message (Collapse)AuthorAgeFilesLines
* Add kernel support for the Statically Defined Trace provider.jb2008-05-181-0/+273
This is BSD licensed code written specifically for FreeBSD. It initialises using SYSINIT so that the SDT provider, probe and argument description linkage is done whenever a module is loaded, regardless of whether the DTrace modules are loaded or not. This file is optionally compiled into the kernel if the KDTRACE_HOOKS option is defined.
OpenPOWER on IntegriCloud