On Thu, Feb 08 2007, Alan D. Brunelle wrote: > The following 6 patches do the following: > > 1. Always output the seek information to the .avg file, even if we > are not tracking all IO seeks. > > 2. Changed adding INSERT traces to the IO tree, instead of using > GETRQ traces. (See below) > > 3. A small bit of clean up (moving an ASSERT to a more correct > location, removing an ugly empy line). > > 4. Fixed a real problem: the per-device structure was not being fully > cleaned out, which resulted in some errant averages output. > > 5. Added a summation line for merge information when multiple devices > are being looked at. > > 6. Added a summation line for seek information when multiple devices > are being looked at.
Thanks Alan, applied the lot. A minor comment on your patch format - it's almost perfect, but still needs a bit of manual editing. So: The first line of the patch must be the From: line. Then follows the patch description. Then Signed-off-by: at the end, before the patch starts. That is the "standard" format, that makes git am work automatically. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-btrace" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
