summaryrefslogtreecommitdiffstats
path: root/sys/sys/sdt.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r313453:mjg2017-03-161-0/+1
* MFC r313275,r313280,r313282,r313335:mjg2017-03-161-0/+3
* sdt: annotate the probe test as likely to failmjg2016-06-151-1/+1
* sdt.h: no need for argtype_list_headavg2015-09-291-1/+1
* Define _DTRACE_VERSION in sdt.h rather than setting it manually. This ismarkj2014-09-021-0/+2
* Remove _DTRACE_VERSION from sdt.h. It will now come from the command linerpaulo2014-07-121-2/+0
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2013-11-261-0/+55
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-51/+51
* Do some cleanup of the SDT code. In particular,markj2013-10-261-2/+1
* 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