]> Gentwo Git Trees - linux/.git/commitdiff
Documentation/rtla: Correct tracer name for common options
authorTomas Glozar <tglozar@redhat.com>
Fri, 10 Oct 2025 08:33:34 +0000 (10:33 +0200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 5 Nov 2025 18:19:09 +0000 (11:19 -0700)
Several options in common_options.rst say "osnoise tracer" for both
osnoise and timerlat.

Use |tool| variable so that the correct tool name is used.

Fixes: b1be48307de4 ("rtla: Add rtla osnoise top documentation")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-6-tglozar@redhat.com>

Documentation/tools/rtla/common_options.txt

index 8ca424ab0fafd2be5124febf8b9d22b5f1a249a7..a2f9c03810b90e7b23faaa8a1570b8590d1ec601 100644 (file)
@@ -1,6 +1,6 @@
 **-c**, **--cpus** *cpu-list*
 
-        Set the osnoise tracer to run the sample threads in the cpu-list.
+        Set the |tool| tracer to run the sample threads in the cpu-list.
 
 **-H**, **--house-keeping** *cpu-list*
 
@@ -35,7 +35,7 @@
 
 **-P**, **--priority** *o:prio|r:prio|f:prio|d:runtime:period*
 
-        Set scheduling parameters to the osnoise tracer threads, the format to set the priority are:
+        Set scheduling parameters to the |tool| tracer threads, the format to set the priority are:
 
         - *o:prio* - use SCHED_OTHER with *prio*;
         - *r:prio* - use SCHED_RR with *prio*;