All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blkparse: man - Elaborate definitions of RWBS fields.
@ 2017-08-15 21:17 Goldwyn Rodrigues
  2017-08-16  2:31 ` Goldwyn Rodrigues
  0 siblings, 1 reply; 2+ messages in thread
From: Goldwyn Rodrigues @ 2017-08-15 21:17 UTC (permalink / raw)
  To: linux-btrace

The RWBS fields can output more fields, which need detailed description.
This information is extracted from fill_rwbs() function. If there is more
to it, I'd be happy to include it.

I did not see Barrier Operations in the fill_rwbs() function. Also,
Flush and FUA have the same code, F. Besides, I am not sure if the N
field's description is correct.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>

diff --git a/doc/blkparse.1 b/doc/blkparse.1
index be9b34b..fb70318 100644
--- a/doc/blkparse.1
+++ b/doc/blkparse.1
@@ -413,10 +413,32 @@ Split
 
 .SH "RWBS DESCRIPTION"
 
-This is a small string containing at least one character ('R' for read, 'W'
-for write, or 'D' for block discard operation), and optionally either
-a 'B' (for barrier operations) or 'S' (for synchronous operations).
+This is a small string containing at least one character for the operation(s)
+performed. It is described by the following table:
 
+.IP R
+Read
+
+.IP W
+Write
+
+.IP D
+Discard Block
+
+.IP S
+Synchronous
+
+.IP N
+Nil or Nothing, a place holder.
+
+.IP F
+Flush or Force Unit Access (FUA)
+
+.IP A
+Read-Ahead
+
+.IP M
+Metadata
 
 .SH "DEFAULT OUTPUT"
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] blkparse: man - Elaborate definitions of RWBS fields.
  2017-08-15 21:17 [PATCH] blkparse: man - Elaborate definitions of RWBS fields Goldwyn Rodrigues
@ 2017-08-16  2:31 ` Goldwyn Rodrigues
  0 siblings, 0 replies; 2+ messages in thread
From: Goldwyn Rodrigues @ 2017-08-16  2:31 UTC (permalink / raw)
  To: linux-btrace



On 08/15/2017 04:17 PM, Goldwyn Rodrigues wrote:
> The RWBS fields can output more fields, which need detailed description.
> This information is extracted from fill_rwbs() function. If there is more
> to it, I'd be happy to include it.
> 
> I did not see Barrier Operations in the fill_rwbs() function. Also,

Barrier Operations have long been removed. So, this seems correct.

-- 
Goldwyn

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-16  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-15 21:17 [PATCH] blkparse: man - Elaborate definitions of RWBS fields Goldwyn Rodrigues
2017-08-16  2:31 ` Goldwyn Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.