summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2015-06-10 15:53:39 +0000
committerbr <br@FreeBSD.org>2015-06-10 15:53:39 +0000
commit1383b5af089a66e2c7d9e70772826e70b69651a2 (patch)
tree35c70864268bed022a78e62157c50403d10dbe93 /sys/amd64/conf
parente196159c32af10b73074dc10646e502ea68f4415 (diff)
downloadFreeBSD-src-1383b5af089a66e2c7d9e70772826e70b69651a2.zip
FreeBSD-src-1383b5af089a66e2c7d9e70772826e70b69651a2.tar.gz
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
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index e0fe465..97eefbf 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/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:
OpenPOWER on IntegriCloud