aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace
Commit message (Expand)AuthorAgeFilesLines
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-063-3/+7
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Normalize SYSDIR on SRCTOP instead of .CURDIREnji Cooper2017-05-181-1/+1
* Stop building assym.o into the module.Bryan Drewery2017-04-051-15/+1
* Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson2017-03-292-1/+19
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0414-14/+14
* Replace the implementation of DTrace's RAND subroutine for generatingGeorge V. Neville-Neil2017-02-033-0/+4
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-0/+4
* o Add support for long double.Ruslan Bukin2016-11-031-1/+1
* Revert r303911 "Remove extra -msoft-float flags settings."Ruslan Bukin2016-08-111-0/+5
* Remove extra -msoft-float flags settings.Ruslan Bukin2016-08-101-5/+0
* Include FBT to modules build on RISC-V.Ruslan Bukin2016-07-292-2/+4
* Build DTrace assym.o with -msoft-float flag for RISC-V so we haveRuslan Bukin2016-07-281-0/+5
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-223-6/+23
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-194-22/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-012-2/+3
* Set a dependancy on fbt module for ARM.Ruslan Bukin2015-03-061-1/+1
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-1/+8
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh2015-01-031-0/+1
* Submitted by: rick MaclemJulian Elischer2014-12-271-1/+1
* Remove the old NFS client and server from head,Rick Macklem2014-12-233-21/+0
* remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon2014-12-072-3/+0
* Allow loading of dtraceall without nfscl if what you really wnat is nfsclientJulian Elischer2014-10-281-0/+2
* Factor out the common code for function boundary tracing instead ofMark Johnston2014-08-161-5/+10
* Remove unnecessary inclusions of bsd.own.mk.Warner Losh2014-08-041-1/+0
* Copy strtolctype.h to sys/cddl/contrib/opensolaris/common/util to keepRui Paulo2014-07-311-3/+1
* Avoid using ${.CURDIR} so that the module can be built from multipleMarcel Moolenaar2014-07-261-1/+1
* Revert r268007, and re-adapt MFV r260708:Pedro F. Giffuni2014-07-011-0/+4
* Revert r267869:Pedro F. Giffuni2014-06-281-3/+0
* Move the -I of common/util to the proper place to fix the powerpc build.Rui Paulo2014-06-281-2/+2
* Redefine SUNW based on SYSDIR in an attempt to fix a build problem.Rui Paulo2014-06-271-1/+1
* MFV illumosRui Paulo2014-06-261-1/+4
* MFV r260708Pedro F. Giffuni2014-06-251-0/+3
* Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRMarcel Moolenaar2014-03-0615-83/+113
* Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-271-1/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-253-3/+2
* Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston2013-10-243-17/+0
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-152-1/+4
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-191-1/+1
* Fix make dependUlrich Spörlein2013-08-141-1/+1
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-0616-2/+36
* dtrace: fix compilation with gccAndriy Gapon2013-08-061-0/+1
* [fixup] add Makefile changes that should have been committed in r253772Andriy Gapon2013-07-291-0/+3
* Port the SDT test now that it's possible to create SDT probes that takeMark Johnston2013-06-021-1/+2
* Dtrace: enablings on defunct providers prevent providers from unregisteringPedro F. Giffuni2013-04-011-0/+4
* Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,Justin Hibbits2013-03-191-1/+1
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-183-1/+10
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-071-1/+3
* The dtnfsclient module dependency should only be added if the old NFSRui Paulo2012-09-012-1/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil2012-07-113-0/+15