aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sdt.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sdt: make all sdt probe sites test one variableMateusz Guzik2017-10-221-1/+5
* sdt: whack unused SDT_PROBE_ENABLEDMateusz Guzik2017-10-221-4/+0
* Implement LOCKSTAT_OOL_PROFILE_ENABLEDMateusz Guzik2017-02-081-0/+1
* mtx: move lockstat handling out of inline primitivesMateusz Guzik2017-02-051-0/+3
* sdt: annotate the probe test as likely to failMateusz Guzik2016-06-151-1/+1
* sdt.h: no need for argtype_list_headAndriy Gapon2015-09-291-1/+1
* Define _DTRACE_VERSION in sdt.h rather than setting it manually. This isMark Johnston2014-09-021-0/+2
* Remove _DTRACE_VERSION from sdt.h. It will now come from the command lineRui Paulo2014-07-121-2/+0
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosAndriy Gapon2013-11-261-0/+55
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-51/+51
* Do some cleanup of the SDT code. In particular,Mark Johnston2013-10-261-2/+1
* Give argtype struct names a different prefix than probe struct names.Mark Johnston2013-09-211-2/+2
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosMark Johnston2013-08-171-35/+110
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-131-94/+64
* Also define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS case.Mark Johnston2013-07-081-0/+1
* Add SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0.Mark Johnston2013-07-061-0/+3
* Add macros which allow one to define SDT probes with six or seven arguments;Mark Johnston2013-05-301-0/+49
* Protect SDT_PROBE() with do { } while (0) loop.Pawel Jakub Dawidek2013-05-191-2/+3
* Implement the DTrace sched provider. This implementation aims to beRyan Stone2012-05-151-0/+3
* Instead of only iterating over the set of known SDT probes when sdt.ko isRyan Stone2012-03-271-0/+4
* SDT's struct sdt_argtype can be marked static everywhere.Ed Schouten2011-11-071-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-28/+61
* Add SDT_PROBE[1-5] in the same way we have SDT_PROBE_DEFINE[1-5] toBjoern A. Zeeb2009-11-281-0/+17
* Adding missing ";"'s required by some SDT_PROBE_DEFINEx() macros.Robert Watson2009-03-031-10/+10
* Reduce the verbosity of SDT trace points for DTrace by defining severalRobert Watson2009-03-031-0/+36
* Add the statically defined tracing header.John Birrell2008-05-171-0/+179