[PATCH] Add in measuring of Plug and Unplug traces.
authorAlan D. Brunelle <alan.brunelle@hp.com>
Thu, 8 Feb 2007 20:03:48 +0000 (21:03 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 8 Feb 2007 20:03:48 +0000 (21:03 +0100)
commitb2822ceaae6f8b1d3601bde11a72a40a63fb8a32
treef8ef00df8f03b15978190c9beb3af672771f6b7f
parent1790bf56c7bf3862b058d69ef2a1cc2df3986824
[PATCH] Add in measuring of Plug and Unplug traces.

Added in the display of plug information on a per-device basis.

% Time Q Plugged: Percent of the total time during which the queue
                  was plugged

==================== Plug Information ====================

       DEV |    # Plugs # Timer Us  | % Time Q Plugged
---------- | ---------- ----------  | ----------------
 ( 68, 64) |        833(         0) |   0.36%

Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
btt/Makefile
btt/devs.c
btt/globals.h
btt/output.c
btt/trace.c
btt/trace_plug.c [new file with mode: 0644]