summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/Makefile
AgeCommit message (Expand)Author
2025-01-22dtrace: Build systrace_freebsd32 only if COMPAT_FREEBSD32 is configuredMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-19sdt: Implement SDT probes using hot-patchingMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-19kinst: port to arm64Christos Margiolis
2023-07-04kinst: port to riscvChristos Margiolis
2023-01-12dtrace: include fbt module unconditionallyMitchell Horne
2022-10-30dtrace: Add pid provider to the build for powerpcJustin Hibbits
2022-10-11kinst: Initial revisionChristos Margiolis
2021-12-31mips: Remove dtrace build supportWarner Losh
2019-02-21Disconnect fasttrap from the 32-bit powerpc build.Mark Johnston
2018-01-11Build systrace_freebsd32 on arm64.Michael Tuexen
2017-09-06Enable dtrace support for mips64 and the ERL kernel configKurt Lidl
2017-03-29Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson
2016-07-29Include FBT to modules build on RISC-V.Ruslan Bukin
2015-10-22Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin
2015-07-19Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston
2015-07-01First cut of DTrace for AArch64.Ruslan Bukin
2015-02-10Initial version of DTrace on ARM32.George V. Neville-Neil
2014-12-23Remove the old NFS client and server from head,Rick Macklem
2014-08-04Remove unnecessary inclusions of bsd.own.mk.Warner Losh
2013-10-24Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston
2013-10-15Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits
2013-08-19Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits
2013-03-18Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits
2012-11-07Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits
2012-07-11Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil
2012-03-24Make lockstat and profile modules x86-onlyOleksandr Tymoshenko
2011-06-18Add DTrace support to the new NFS client. This is essentiallyRick Macklem
2011-03-12add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon
2010-08-24Enable fasttrap and make dtraceall depend on fasttrap when building i386Rui Paulo
2010-08-23MFtbemd:Warner Losh
2010-08-22Remove an elif and add an or-clause.Rui Paulo
2009-05-26Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son
2009-03-22Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson
2008-05-31Add the DTrace test kernel module so that people can run the tests.John Birrell
2008-05-24Remove 'fasttrap' module for amd64 for now as the code is not thereBjoern A. Zeeb
2008-05-24Leave out a couple of DTrace modules for now.John Birrell
2008-05-17Add the DTrace kernel module makefiles.John Birrell