summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace
Commit message (Expand)AuthorAgeFilesLines
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-223-6/+23
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-194-22/+0
* First cut of DTrace for AArch64.br2015-07-012-2/+3
* Set a dependancy on fbt module for ARM.br2015-03-061-1/+1
* Initial version of DTrace on ARM32.gnn2015-02-102-1/+8
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportimp2015-01-031-0/+1
* Submitted by: rick Maclemjulian2014-12-271-1/+1
* Remove the old NFS client and server from head,rmacklem2014-12-233-21/+0
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-072-3/+0
* Allow loading of dtraceall without nfscl if what you really wnat is nfsclientjulian2014-10-281-0/+2
* Factor out the common code for function boundary tracing instead ofmarkj2014-08-161-5/+10
* Remove unnecessary inclusions of bsd.own.mk.imp2014-08-041-1/+0
* Copy strtolctype.h to sys/cddl/contrib/opensolaris/common/util to keeprpaulo2014-07-311-3/+1
* Avoid using ${.CURDIR} so that the module can be built from multiplemarcel2014-07-261-1/+1
* Revert r268007, and re-adapt MFV r260708:pfg2014-07-011-0/+4
* Revert r267869:pfg2014-06-281-3/+0
* Move the -I of common/util to the proper place to fix the powerpc build.rpaulo2014-06-281-2/+2
* Redefine SUNW based on SYSDIR in an attempt to fix a build problem.rpaulo2014-06-271-1/+1
* MFV illumosrpaulo2014-06-261-1/+4
* MFV r260708pfg2014-06-251-0/+3
* Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRmarcel2014-03-0615-83/+113
* Move some files that are identical on i386 and amd64 to an x86 subdirectorymarkj2014-02-271-1/+3
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-253-3/+2
* Redefine the io provider using the SDT(9) macros instead of doing everythingmarkj2013-10-243-17/+0
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.jhibbits2013-10-152-1/+4
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.jhibbits2013-08-191-1/+1
* Fix make dependuqs2013-08-141-1/+1
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-0616-2/+36
* dtrace: fix compilation with gccavg2013-08-061-0/+1
* [fixup] add Makefile changes that should have been committed in r253772avg2013-07-291-0/+3
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-021-1/+2
* Dtrace: enablings on defunct providers prevent providers from unregisteringpfg2013-04-011-0/+4
* Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,jhibbits2013-03-191-1/+1
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-183-1/+10
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-1/+3
* The dtnfsclient module dependency should only be added if the old NFSrpaulo2012-09-012-1/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.gnn2012-07-113-0/+15
* Make lockstat and profile modules x86-onlygonzo2012-03-241-3/+1
* Explicitly list dependencyeadler2012-03-041-0/+2
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-183-0/+15
* Fix make buildworld -DMODULES_WITH_WORLD on i386uqs2011-04-091-1/+1
* Stripped '32' suffix from linux systrace module name on i386.art2011-04-081-0/+5
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-125-2/+42
* Add the path necessary to find fasttrap_isa.h to CFLAGS.rpaulo2010-08-281-0/+1
* Enable fasttrap and make dtraceall depend on fasttrap when building i386rpaulo2010-08-242-1/+2
* Update for the recent location of the fasttrap code.rpaulo2010-08-241-2/+3
* MFtbemd:imp2010-08-234-7/+7
* Remove an elif and add an or-clause.rpaulo2010-08-221-3/+1
* Missing opt_*.h file reference for make depend in sys/modulesn_hibma2009-09-101-1/+1
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-262-0/+2
OpenPOWER on IntegriCloud