aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/systrace
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* kern: drop remaining references to removed makesyscalls.shKyle Evans2021-09-151-2/+2
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-1/+1
* Clear systrace_args_func when systrace probes are disabled.Mark Johnston2020-02-281-6/+6
* systrace: track it like sdt probesMateusz Guzik2018-04-271-0/+8
* Use C99 initializers for DTrace provider methods.Mark Johnston2017-09-271-10/+10
* Re-check the systrace probe ID before calling dtrace_probe().Mark Johnston2016-09-221-2/+4
* Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston2015-12-171-37/+52
* Remove the unused systrace device file and fix style bugs.Mark Johnston2015-12-161-61/+41
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-10/+34
* Ensure that all eight syscall arguments are available to dtrace_probe(),Mark Johnston2014-04-141-1/+7
* Revert r262466, as it does not compile on PowerPC.Mark Johnston2014-02-261-5/+1
* Make all 8 syscall arguments available to syscall probes in the same wayMark Johnston2014-02-251-1/+5
* Correct the types of the arguments to return probes of the syscallRyan Stone2011-11-111-2/+7
* Stripped '32' suffix from linux systrace module name on i386.Artem Belevich2011-04-081-2/+3
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-121-18/+45
* Kernel DTrace support for:Rui Paulo2010-08-221-3/+12
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+0
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-26/+75
* Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell2008-05-231-0/+292