History log of /netbsd/usr.sbin/lockstat/elf32.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 44ba63e8 19-Oct-2013 christos <christos@NetBSD.org>

move all the necessay code inside ifdef


# af9bb259 05-Feb-2011 yamt <yamt@NetBSD.org>

whitespace. no functional changes.


# 3365bf71 16-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wsign-compare issues


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 5c2240bb 14-Jul-2007 ad <ad@NetBSD.org>

- 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 lo

- 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.

show more ...


# 9f07c24e 25-Dec-2006 ad <ad@NetBSD.org>

lockstat: improve reporting slightly, and fix a bug where the command
could spin while resorting lists.


# 048c3d68 13-Nov-2006 ad <ad@NetBSD.org>

Tweak output slightly, and fix a bug.


# 12793652 08-Nov-2006 ad <ad@NetBSD.org>

Fix some minor bugs and improve output slightly.


# 96d4a987 07-Sep-2006 ad <ad@NetBSD.org>

Fix an #include.


# 297f4619 07-Sep-2006 ad <ad@NetBSD.org>

Add the lockstat command: displays a summary of kernel locking events
recorded over the lifetime of a called program.