lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 3 Sep 2021 10:47:45 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Ingo Molnar <mingo@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [for-next][PATCH] tracing/doc: Fix table format in histogram code


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 4420f5b1be7b117330526f3eabd13d840f510b15


Steven Rostedt (VMware) (1):
      tracing/doc: Fix table format in histogram code

----
 Documentation/trace/histogram.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---------------------------
commit 4420f5b1be7b117330526f3eabd13d840f510b15
Author: Steven Rostedt (VMware) <rostedt@...dmis.org>
Date:   Mon Aug 23 10:00:07 2021 -0400

    tracing/doc: Fix table format in histogram code
    
    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@...b.auug.org.au>
    Tested-by: Stephen Rothwell <sfr@...b.auug.org.au>
    Signed-off-by: Steven Rostedt (VMware) <rostedt@...dmis.org>

diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst
index 4e650671f245..533415644c54 100644
--- a/Documentation/trace/histogram.rst
+++ b/Documentation/trace/histogram.rst
@@ -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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ