From 9c73da91540b27adaaf56065629e831cc50c5a3d Mon Sep 17 00:00:00 2001 From: Hiroaki Mihara Date: Wed, 25 Sep 2019 07:33:11 +0900 Subject: [PATCH] doc: tex: add absolute timestamp printing option The functionality of printing out absolute timestamps has been implemented in code but not documented in doc/blktrace.tex. Signed-off-by: Hiroaki Mihara Signed-off-by: Jens Axboe --- doc/blktrace.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/blktrace.tex b/doc/blktrace.tex index 4d8278e..3647c75 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -613,6 +613,7 @@ the event's device \\ \emph{T} & Time stamp (seconds) \\ \hline \emph{u} & Elapsed value in microseconds (\emph{-t} command line option) \\ \hline \emph{U} & Payload unsigned integer \\ \hline +\emph{z} & Absolute time stamp \\ \hline \end{tabular} Note that the user can optionally specify field display width, and -- 2.25.1