summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-19 22:16:46 +0000
committerimp <imp@FreeBSD.org>2005-04-19 22:16:46 +0000
commit81704678599279d5280af0f72f6414ee51e1c5c7 (patch)
tree0288cf724fed8b8fe0a59a9bda2a7be4f7f00791 /sys/pc98
parentbc5273fd8fed8d43eee92b3166ab8270851b11a6 (diff)
downloadFreeBSD-src-81704678599279d5280af0f72f6414ee51e1c5c7.zip
FreeBSD-src-81704678599279d5280af0f72f6414ee51e1c5c7.tar.gz
Move this to the specific architectures that are supported. #ifdef foo
in sys/pmc.h precludes it from working on !i386, !amd64. When that changes, it can be moved back into conf/NOTES.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/NOTES13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 1e66b8a..c401c11 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -177,6 +177,19 @@ options PERFMON
#####################################################################
+# PERFORMANCE MONITORING OPTIONS
+
+#
+# The hwpmc driver that allows the use of in-CPU performance monitoring
+# counters for performance monitoring. The base kernel needs to configured
+# with the 'options' line, while the hwpmc device can be either compiled
+# in or loaded as a loadable kernel module.
+#
+device hwpmc # Driver (also a loadable module)
+options HWPMC_HOOKS # Other necessary kernel hooks
+
+
+#####################################################################
# NETWORKING OPTIONS
#
OpenPOWER on IntegriCloud