aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/Makefile
Commit message (Expand)AuthorAgeFilesLines
* sdt: Enable on 32-bit powerpc and powerpc64leMark Johnston2026-02-041-3/+1
* dtrace: Build systrace_freebsd32 only if COMPAT_FREEBSD32 is configuredMark Johnston2025-01-221-0/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-1/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* kinst: port to arm64Christos Margiolis2023-07-191-1/+1
* kinst: port to riscvChristos Margiolis2023-07-041-0/+3
* dtrace: include fbt module unconditionallyMitchell Horne2023-01-121-7/+3
* dtrace: Add pid provider to the build for powerpcJustin Hibbits2022-10-301-1/+3
* kinst: Initial revisionChristos Margiolis2022-10-111-0/+1
* mips: Remove dtrace build supportWarner Losh2021-12-311-2/+0
* Disconnect fasttrap from the 32-bit powerpc build.Mark Johnston2019-02-211-3/+2
* Build systrace_freebsd32 on arm64.Michael Tuexen2018-01-111-0/+1
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-061-1/+4
* Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson2017-03-291-1/+2
* Include FBT to modules build on RISC-V.Ruslan Bukin2016-07-291-1/+3
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-1/+4
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-1/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-1/+1
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-1/+3
* Remove the old NFS client and server from head,Rick Macklem2014-12-231-1/+0
* Remove unnecessary inclusions of bsd.own.mk.Warner Losh2014-08-041-1/+0
* Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston2013-10-241-1/+0
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-151-1/+1
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-191-1/+1
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-181-0/+3
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-071-1/+3
* Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil2012-07-111-0/+1
* Make lockstat and profile modules x86-onlyOleksandr Tymoshenko2012-03-241-3/+1
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-181-0/+1
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-121-1/+4
* Enable fasttrap and make dtraceall depend on fasttrap when building i386Rui Paulo2010-08-241-1/+1
* MFtbemd:Warner Losh2010-08-231-1/+1
* Remove an elif and add an or-clause.Rui Paulo2010-08-221-3/+1
* Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son2009-05-261-0/+1
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson2009-03-221-0/+1
* Add the DTrace test kernel module so that people can run the tests.John Birrell2008-05-311-0/+1
* Remove 'fasttrap' module for amd64 for now as the code is not thereBjoern A. Zeeb2008-05-241-2/+1
* Leave out a couple of DTrace modules for now.John Birrell2008-05-241-2/+0
* Add the DTrace kernel module makefiles.John Birrell2008-05-171-0/+23