aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/sdt
Commit message (Expand)AuthorAgeFilesLines
* sdt: static-ize couple of variablesAndriy Gapon2015-09-291-2/+2
* sdt module does not seem to actually use any symbol from opensolaris moduleAndriy Gapon2015-09-291-1/+0
* std: it is important that func name is never an empty stringAndriy Gapon2015-09-291-0/+2
* sdt: start checking version field when parsing probe definitionsAndriy Gapon2015-09-291-0/+6
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-0/+5
* Allow creation of SDT probes from a module in which no providers areMark Johnston2014-06-211-16/+17
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-1/+14
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Do some cleanup of the SDT code. In particular,Mark Johnston2013-10-261-71/+68
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-241-6/+6
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosMark Johnston2013-08-171-2/+6
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston2013-08-141-16/+16
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-131-78/+207
* SDT probes can directly pass up to five arguments as arguments toMark Johnston2013-06-021-1/+1
* Instead of only iterating over the set of known SDT probes when sdt.ko isRyan Stone2012-03-271-2/+5
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell2008-05-231-0/+254