cvs commit: src/sys/conf NOTES options src/sys/kern
subr_sleepqueue.c subr_turnstile.c
John Baldwin
jhb at FreeBSD.org
Mon Jun 28 19:30:25 PDT 2004
jhb 2004-06-29 02:30:12 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/kern subr_sleepqueue.c subr_turnstile.c
Log:
Add two new kernel options to allow rudimentary profiling of the internal
hash tables used in the sleep queue and turnstile code. Each option adds
a sysctl tree under debug containing the maximum depth of any bucket in
the hash table as well as a separate node for each bucket (or chain)
containing the current depth and maximum depth for that bucket.
Revision Changes Path
1.1237 +8 -0 src/sys/conf/NOTES
1.457 +2 -0 src/sys/conf/options
1.9 +41 -0 src/sys/kern/subr_sleepqueue.c
1.143 +48 -3 src/sys/kern/subr_turnstile.c
More information about the cvs-src
mailing list