summaryrefslogtreecommitdiff
path: root/sys/cddl/dev/systrace
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-10-30Update mentions of makesyscalls.luaBrooks Davis
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-09-09kern: drop remaining references to removed makesyscalls.shKyle Evans
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-02-28Clear systrace_args_func when systrace probes are disabled.Mark Johnston
2018-04-27systrace: track it like sdt probesMateusz Guzik
2017-09-27Use C99 initializers for DTrace provider methods.Mark Johnston
2016-09-22Re-check the systrace probe ID before calling dtrace_probe().Mark Johnston
2015-12-17Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston
2015-12-16Remove the unused systrace device file and fix style bugs.Mark Johnston
2015-10-22Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin
2014-04-14Ensure that all eight syscall arguments are available to dtrace_probe(),Mark Johnston
2014-02-26Revert r262466, as it does not compile on PowerPC.Mark Johnston
2014-02-25Make all 8 syscall arguments available to syscall probes in the same wayMark Johnston
2011-11-11Correct the types of the arguments to return probes of the syscallRyan Stone
2011-04-08Stripped '32' suffix from linux systrace module name on i386.Artem Belevich
2011-03-12add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon
2010-08-22Kernel DTrace support for:Rui Paulo
2010-05-23Reorganize syscall entry and leave handling.Konstantin Belousov
2008-11-05Merge latest DTrace changes from Perforce.Craig Rodrigues
2008-05-23Custom DTrace kernel module files plus FreeBSD-specific DTrace providers.John Birrell