aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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