aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2015-06-10 15:53:39 +0000
committerRuslan Bukin <br@FreeBSD.org>2015-06-10 15:53:39 +0000
commit4f4d15f0d010320df2ca4c83a10c773bf05aaa3c (patch)
tree35c70864268bed022a78e62157c50403d10dbe93 /sys/i386
parent6871c7c3f134b2959f9267447ef42a8adf48fef2 (diff)
downloadsrc-4f4d15f0d010320df2ca4c83a10c773bf05aaa3c.tar.gz
src-4f4d15f0d010320df2ca4c83a10c773bf05aaa3c.zip
Allow DTrace to be compiled-in to the kernel.
This will require for AArch64 as we dont have modules yet. Sponsored by: HEIF5 Sponsored by: ARM Ltd. Differential Revision: https://reviews.freebsd.org/D1997
Notes
Notes: svn path=/head/; revision=284227
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e5710bfb86e3..1bf81639f057 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -17,6 +17,23 @@ profile 2
#
options KDTRACE_HOOKS
+# DTrace core
+# NOTE: introduces CDDL-licensed components into the kernel
+#device dtrace
+
+# DTrace modules
+#device dtrace_lockstat
+#device dtrace_profile
+#device dtrace_sdt
+#device dtrace_fbt
+#device dtrace_systrace
+#device dtrace_prototype
+#device dtnfscl
+#device dtmalloc
+
+# Alternatively include all the DTrace modules
+#device dtraceall
+
#####################################################################
# SMP OPTIONS: