tracing/doc: Fix table format in histogram code
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 23 Aug 2021 14:00:07 +0000 (10:00 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 24 Aug 2021 13:48:34 +0000 (09:48 -0400)
The addition of the buckets conversion for the histogram code, updated the
documentation table of available conversions, but did not update the format
to accommodate the extra size needed to cover the description.

Link: https://lkml.kernel.org/r/20210823100007.71ce2ba9@oasis.local.home
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Documentation/trace/histogram.rst

index 4e650671f245b5dd980bae9fd69b0d6ce90f196f..533415644c54d9596aafdfa1bd58124f4cf7af5c 100644 (file)
@@ -70,16 +70,16 @@ Documentation written by Tom Zanussi
   modified by appending any of the following modifiers to the field
   name:
 
-       =========== ==========================================
-        .hex        display a number as a hex value
-       .sym        display an address as a symbol
-       .sym-offset display an address as a symbol and offset
-       .syscall    display a syscall id as a system call name
-       .execname   display a common_pid as a program name
-       .log2       display log2 value rather than raw number
+       =============  =================================================
+        .hex           display a number as a hex value
+       .sym           display an address as a symbol
+       .sym-offset    display an address as a symbol and offset
+       .syscall       display a syscall id as a system call name
+       .execname      display a common_pid as a program name
+       .log2          display log2 value rather than raw number
        .buckets=size  display grouping of values rather than raw number
-       .usecs      display a common_timestamp in microseconds
-       =========== ==========================================
+       .usecs         display a common_timestamp in microseconds
+       =============  =================================================
 
   Note that in general the semantics of a given field aren't
   interpreted when applying a modifier to it, but there are some