freebsd-src/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
dtnfsclient
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
fbt
lockstat
profile
prototype
sdt
systrace
systrace_freebsd32
systrace_linux32
Makefile Initial commit of an I/O provider for DTrace on FreeBSD. 2012-07-11 16:27:02 +00:00
Makefile.inc