Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 07/14/2007 13:30:44
Module Name:	src
Committed By:	ad
Date:		Sat Jul 14 13:30:44 UTC 2007

Modified Files:
	src/sys/dev: lockstat.c lockstat.h
	src/usr.sbin/lockstat: elf32.c lockstat.8 main.c

Log Message:
- Increase default number of trace buffers to 10000.
- New options:
     -f         Trace only by calling functions.
     -m         Merge call sites within unique functions.
     -M         Merge lock addresses within unique objects.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/lockstat.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/lockstat.h
cvs rdiff -r1.5 -r1.6 src/usr.sbin/lockstat/elf32.c \
    src/usr.sbin/lockstat/lockstat.8
cvs rdiff -r1.8 -r1.9 src/usr.sbin/lockstat/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.