Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: Fix a typo on trace/osnoise-tracer

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>

authored by

Daniel Bristot de Oliveira and committed by
Steven Rostedt (VMware)
bd09c055 498627b4

+1 -1
+1 -1
Documentation/trace/osnoise-tracer.rst
··· 77 77 tracer prints a message at the end of each period for each CPU that is 78 78 running an osnoise/ thread. The osnoise specific fields report: 79 79 80 - - The RUNTIME IN USE reports the amount of time in microseconds that 80 + - The RUNTIME IN US reports the amount of time in microseconds that 81 81 the osnoise thread kept looping reading the time. 82 82 - The NOISE IN US reports the sum of noise in microseconds observed 83 83 by the osnoise tracer during the associated runtime.