aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/dtrace_bsd.h
Commit message (Expand)AuthorAgeFilesLines
* dtrace: stop using eventhandlers for the part compiled into the kernelMateusz Guzik2020-11-231-0/+5
* Pass the trap frame to fasttrap hooks.Mark Johnston2017-12-111-3/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston2014-12-231-2/+2
* remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon2014-12-071-9/+0
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesMark Johnston2014-07-141-5/+4
* Move some duplicated hook definitions from machine-dependent files toMark Johnston2014-05-291-3/+5
* Garbage-collect a couple of unused identifiers.Mark Johnston2014-05-271-2/+0
* Remove some unneeded declarations which should have been removed in r257037.Mark Johnston2013-12-261-19/+0
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-2/+0
* Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil2012-07-111-0/+19
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-181-3/+22
* better integrate cyclic module with clocksource/eventtimer subsystemAndriy Gapon2011-05-161-7/+2
* Add the necessary DTrace function pointers.Rui Paulo2010-08-251-0/+9
* Rename the cyclic global variable lapic_cyclic_clock_func to justRui Paulo2010-04-201-1/+1
* Add DTrace probes to the NFS access and attribute caches. Access cacheRobert Watson2009-03-241-5/+45
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson2009-03-221-0/+12
* Add the DTrace shim layer definitions.John Birrell2008-05-171-0/+111