freebsd-dev/sys/modules/dtrace
George V. Neville-Neil 3fac94ba94 Initial commit of an I/O provider for DTrace on FreeBSD.
These probes are most useful when looking into the structures
they provide, which are listed in io.d.  For example:

dtrace -n 'io:genunix::start { printf("%d\n", args[0]->bio_bcount); }'

Note that the I/O systems in FreeBSD and Solaris/Illumos are sufficiently
different that there is not a 1:1 mapping from scripts that work
with one to the other.
MFC after:	1 month
2012-07-11 16:27:02 +00:00
..
dtio Initial commit of an I/O provider for DTrace on FreeBSD. 2012-07-11 16:27:02 +00:00
dtmalloc
dtnfscl Add DTrace support to the new NFS client. This is essentially 2011-06-18 23:02:53 +00:00
dtnfsclient Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient 2009-03-25 17:47:22 +00:00
dtrace Explicitly list dependency 2012-03-04 16:46:27 +00:00
dtrace_test
dtraceall Initial commit of an I/O provider for DTrace on FreeBSD. 2012-07-11 16:27:02 +00:00
fasttrap Update for the recent location of the fasttrap code. 2010-08-24 12:18:39 +00:00
fbt
lockstat Missing opt_*.h file reference for make depend in sys/modules 2009-09-10 19:12:08 +00:00
profile
prototype
sdt
systrace
systrace_freebsd32 add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 09:09:25 +00:00
systrace_linux32 Stripped '32' suffix from linux systrace module name on i386. 2011-04-08 06:27:43 +00:00
Makefile Initial commit of an I/O provider for DTrace on FreeBSD. 2012-07-11 16:27:02 +00:00
Makefile.inc MFtbemd: 2010-08-23 06:13:29 +00:00