summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-08-19 06:38:26 +0000
committerjmg <jmg@FreeBSD.org>2004-08-19 06:38:26 +0000
commitbead871bc0f3ff80e8f33ef17761a029b9bbd474 (patch)
tree3c7134810ae9368ab3c523ee533b8e18fb367227 /sys/conf/options
parent268e93a97ab7c72fc1761c0b603ddbc58df9ce01 (diff)
downloadFreeBSD-src-bead871bc0f3ff80e8f33ef17761a029b9bbd474.zip
FreeBSD-src-bead871bc0f3ff80e8f33ef17761a029b9bbd474.tar.gz
add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of
the mutex profiling buffers. Document them in the man page and in NOTES. Ensure _HASH_SIZE is larger than _BUFFERS with a cpp error.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index b6ff58c..8c16d05 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -108,6 +108,8 @@ MAC_STUB opt_dontuse.h
MAC_TEST opt_dontuse.h
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h
+MPROF_BUFFERS opt_mprof.h
+MPROF_HASH_SIZE opt_mprof.h
MUTEX_WAKE_ALL
NSWBUF_MIN opt_swap.h
PANIC_REBOOT_WAIT_TIME opt_panic.h
OpenPOWER on IntegriCloud