More MUTEX_PROFILING -> LOCK_PROFILING.
This commit is contained in:
parent
bb43b6d5b6
commit
cf31ff2692
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164208
@ -195,7 +195,7 @@ options ADAPTIVE_GIANT
|
|||||||
# MUTEX_NOINLINE forces mutex operations to call functions to perform each
|
# MUTEX_NOINLINE forces mutex operations to call functions to perform each
|
||||||
# operation rather than inlining the simple cases. This can be used to
|
# operation rather than inlining the simple cases. This can be used to
|
||||||
# shrink the size of the kernel text segment. Note that this behavior is
|
# shrink the size of the kernel text segment. Note that this behavior is
|
||||||
# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, MUTEX_PROFILING,
|
# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, LOCK_PROFILING,
|
||||||
# and WITNESS options.
|
# and WITNESS options.
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
|
|
||||||
@ -207,7 +207,7 @@ options MUTEX_WAKE_ALL
|
|||||||
# RWLOCK_NOINLINE forces rwlock operations to call functions to perform each
|
# RWLOCK_NOINLINE forces rwlock operations to call functions to perform each
|
||||||
# operation rather than inlining the simple cases. This can be used to
|
# operation rather than inlining the simple cases. This can be used to
|
||||||
# shrink the size of the kernel text segment. Note that this behavior is
|
# shrink the size of the kernel text segment. Note that this behavior is
|
||||||
# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, MUTEX_PROFILING,
|
# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, LOCK_PROFILING,
|
||||||
# and WITNESS options.
|
# and WITNESS options.
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
|
|
||||||
@ -241,8 +241,7 @@ options WITNESS
|
|||||||
options WITNESS_KDB
|
options WITNESS_KDB
|
||||||
options WITNESS_SKIPSPIN
|
options WITNESS_SKIPSPIN
|
||||||
|
|
||||||
# LOCK_PROFILING - Profiling locks. See
|
# LOCK_PROFILING - Profiling locks. See LOCK_PROFILING(9) for details.
|
||||||
# MUTEX_PROFILING(9) for details.
|
|
||||||
options LOCK_PROFILING
|
options LOCK_PROFILING
|
||||||
# Set the number of buffers and the hash size. The hash size MUST be larger
|
# Set the number of buffers and the hash size. The hash size MUST be larger
|
||||||
# than the number of buffers. Hash size should be prime.
|
# than the number of buffers. Hash size should be prime.
|
||||||
|
Loading…
Reference in New Issue
Block a user