]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Documentation: Fix a typo on trace/osnoise-tracer
authorDaniel Bristot de Oliveira <bristot@redhat.com>
Mon, 28 Jun 2021 09:45:50 +0000 (11:45 +0200)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 28 Jun 2021 18:12:27 +0000 (14:12 -0400)
s/RUNTIME IN USE/RUNTIME IN US/

Link: https://lkml.kernel.org/r/43e5160422a967218aa651c47f523e8d32d6a59e.1624872608.git.bristot@redhat.com
Fixes: bce29ac9ce0b ("trace: Add osnoise tracer")
Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Documentation/trace/osnoise-tracer.rst

index 37a3c10fb216fa332e16ae74895a0840f0bf2c7d..b648cb9bf1f02e886192e676445d0951e585d34a 100644 (file)
@@ -77,7 +77,7 @@ In addition to the regular trace fields (from TASK-PID to TIMESTAMP), the
 tracer prints a message at the end of each period for each CPU that is
 running an osnoise/ thread. The osnoise specific fields report:
 
- - The RUNTIME IN USE reports the amount of time in microseconds that
+ - The RUNTIME IN US reports the amount of time in microseconds that
    the osnoise thread kept looping reading the time.
  - The NOISE IN US reports the sum of noise in microseconds observed
    by the osnoise tracer during the associated runtime.