aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sdt.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sdt: make all sdt probe sites test one variableMateusz Guzik2017-10-221-0/+1
* Print a backtrace if the SDT(9) stub gets called so that there's at leastMark Johnston2014-02-221-1/+3
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosAndriy Gapon2013-11-261-0/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-131-293/+5
* Instead of only iterating over the set of known SDT probes when sdt.ko isRyan Stone2012-03-271-4/+70
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-1/+1
* Add kernel support for the Statically Defined Trace provider.John Birrell2008-05-181-0/+273