From: Olaf Kirch Date: Fri, 1 Dec 2006 09:39:12 +0000 (+0100) Subject: [PATCH] blktrace: add timestamp message X-Git-Tag: v2.6.20-rc2~6^2~13^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1c63411addba3ad750eb4fdfc50b97bc82825e;p=pandora-kernel.git [PATCH] blktrace: add timestamp message This adds a new timestamp message to blktrace, giving the timeofday when we starting tracing. This helps user space correlate block trace events with eg an application strace. This requires a (compatible) update to blkparse. The changed blkparse is still able to process traces generated by older kernels, and older versions of blkparse should silently ignore the new records (because they have a pid of 0). Signed-off-by: Olaf Kirch Signed-off-by: Jens Axboe --- Reading git-diff-tree failed