summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace/Makefile
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2012-07-11 16:27:02 +0000
committergnn <gnn@FreeBSD.org>2012-07-11 16:27:02 +0000
commit786ac825530572ff02b9440ed00f28096197f9b9 (patch)
treeeabb05d032e7a979640db2928991f11bb1d8758f /sys/modules/dtrace/Makefile
parentec38b41c3eecfc3b4fb8ebfac57ad414dd1aa654 (diff)
downloadFreeBSD-src-786ac825530572ff02b9440ed00f28096197f9b9.zip
FreeBSD-src-786ac825530572ff02b9440ed00f28096197f9b9.tar.gz
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
Diffstat (limited to 'sys/modules/dtrace/Makefile')
-rw-r--r--sys/modules/dtrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index f8f3785..02423e9 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -9,6 +9,7 @@ SUBDIR= dtmalloc \
dtrace \
dtraceall \
dtrace_test \
+ dtio \
prototype \
sdt \
systrace
OpenPOWER on IntegriCloud