summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-01-25 12:31:59 +0000
committerdes <des@FreeBSD.org>2004-01-25 12:31:59 +0000
commit44b95c56fb81ed20b695dd17a094ebdce0eda8fc (patch)
tree919e4ca81b8e1c5545b535e5d73a0d7e4100634a /sys/conf
parent53ac97ae7500046c5893a70fd0c37dd4f1a807b5 (diff)
downloadFreeBSD-src-44b95c56fb81ed20b695dd17a094ebdce0eda8fc.zip
FreeBSD-src-44b95c56fb81ed20b695dd17a094ebdce0eda8fc.tar.gz
Replace description of the mutex profiling code with a reference to
the newly committed manual page.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES22
1 files changed, 2 insertions, 20 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b0d0553..8bb2de3 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -188,26 +188,8 @@ options WITNESS
options WITNESS_DDB
options WITNESS_SKIPSPIN
-#
-# MUTEX_PROFILING - Profiling mutual exclusion locks (mutexes). This
-# records four numbers for each acquisition point (identified by
-# source file name and line number): longest time held, total time held,
-# number of non-recursive acquisitions, and average time held. Measurements
-# are made and stored in nanoseconds (using nanotime(9)), but are presented
-# in microseconds, which should be sufficient for the locks which actually
-# want this (those that are held long and / or often). The MUTEX_PROFILING
-# option has the following sysctl namespace for controlling and viewing its
-# operation:
-#
-# debug.mutex.prof.enable - enable / disable profiling
-# debug.mutex.prof.acquisitions - number of mutex acquisitions held
-# debug.mutex.prof.records - number of acquisition points recorded
-# debug.mutex.prof.maxrecords - max number of acquisition points
-# debug.mutex.prof.rejected - number of rejections (due to full table)
-# debug.mutex.prof.hashsize - hash size
-# debug.mutex.prof.collisions - number of hash collisions
-# debug.mutex.prof.stats - profiling statistics
-#
+# MUTEX_PROFILING - Profiling mutual exclusion locks (mutexes). See
+# the MUTEX_PROFILING(9) manual page for details.
options MUTEX_PROFILING
OpenPOWER on IntegriCloud