summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace
Commit message (Expand)AuthorAgeFilesLines
* MFC r323206: Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2018-04-163-4/+9
* MFC r326178:Mark Johnston2017-12-041-2/+0
* MFC r314651,r318439,r318440:Enji Cooper2017-05-3014-14/+14
* MFC r316534:Bryan Drewery2017-04-191-6/+1
* MFC: 313176, 313177, 313359George V. Neville-Neil2017-03-303-0/+4
* 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
* Make lockstat and profile modules x86-onlyOleksandr Tymoshenko2012-03-241-3/+1
* Explicitly list dependencyEitan Adler2012-03-041-0/+2
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-183-0/+15
* Fix make buildworld -DMODULES_WITH_WORLD on i386Ulrich Spörlein2011-04-091-1/+1
* Stripped '32' suffix from linux systrace module name on i386.Artem Belevich2011-04-081-0/+5
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-125-2/+42
* Add the path necessary to find fasttrap_isa.h to CFLAGS.Rui Paulo2010-08-281-0/+1
* Enable fasttrap and make dtraceall depend on fasttrap when building i386Rui Paulo2010-08-242-1/+2