freebsd-skq/tools
sbruno 538802789a MFC 272315 272757 274091 274902
r272315
Explicitly return None for negative event indices.  Prior to this,
eventat(-1) would return the next-to-last event causing the back button
to cycle back to the end of an event source instead of stopping at the
start.

r272757
Add schedgraph traces for callout handlers.  Specifically, a callwheel logs
a running event each time it executes a callout function.  The event
includes the function pointer, argument, and whether or not it was run from
hardware interrupt context.  The callwheel is marked idle when each handler
completes.  This effectively logs the duration of each callout routine in
the graph.

r274091
Bind Ctrl-Q as a global hotkey to exit.  Bind Ctrl-W as a hotkey to close
dialogs.

r274902
Add a new thread state "spinning" to schedgraph and add tracepoints at the
start and stop of spinning waits in lock primitives.

Reviewed by:	jhb
2015-02-13 00:29:57 +00:00
..
bsdbox MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
build MFC r277736: 2015-02-11 09:16:17 +00:00
debugscripts
diag MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
kerneldoc
KSE MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
LibraryReport
regression MFC r277527: 2015-01-25 05:18:03 +00:00
sched MFC 272315 272757 274091 274902 2015-02-13 00:29:57 +00:00
test MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
tools MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
install.sh
make_libdeps.sh MFC r256450: 2013-10-23 18:07:07 +00:00
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.