summaryrefslogtreecommitdiffstats
path: root/sys/sys/sdt.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2014-02-171-0/+55
* MFC r257152: Do some cleanup of the SDT codeavg2014-02-171-2/+1
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-51/+51
* Give argtype struct names a different prefix than probe struct names.markj2013-09-211-2/+2
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosmarkj2013-08-171-35/+110
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-131-94/+64
* Also define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS case.markj2013-07-081-0/+1
* Add SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0.markj2013-07-061-0/+3
* Add macros which allow one to define SDT probes with six or seven arguments;markj2013-05-301-0/+49
* Protect SDT_PROBE() with do { } while (0) loop.pjd2013-05-191-2/+3
* Implement the DTrace sched provider. This implementation aims to berstone2012-05-151-0/+3
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-0/+4
* SDT's struct sdt_argtype can be marked static everywhere.ed2011-11-071-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-28/+61
* Add SDT_PROBE[1-5] in the same way we have SDT_PROBE_DEFINE[1-5] tobz2009-11-281-0/+17
* Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros.rwatson2009-03-031-10/+10
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-031-0/+36
* Add the statically defined tracing header.jb2008-05-171-0/+179
OpenPOWER on IntegriCloud