summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/sdt
Commit message (Expand)AuthorAgeFilesLines
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.markj2016-04-101-13/+5
* sdt: static-ize couple of variablesavg2015-09-291-2/+2
* sdt module does not seem to actually use any symbol from opensolaris moduleavg2015-09-291-1/+0
* std: it is important that func name is never an empty stringavg2015-09-291-0/+2
* sdt: start checking version field when parsing probe definitionsavg2015-09-291-0/+6
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-191-0/+5
* Allow creation of SDT probes from a module in which no providers aremarkj2014-06-211-16/+17
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-1/+14
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+0
* Do some cleanup of the SDT code. In particular,markj2013-10-261-71/+68
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-6/+6
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosmarkj2013-08-171-2/+6
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-141-16/+16
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-131-78/+207
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-021-1/+1
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-2/+5
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.jb2008-05-231-0/+254
OpenPOWER on IntegriCloud