Commit 3e30aee8 authored by Tomas Glozar's avatar Tomas Glozar Committed by Jonathan Corbet
Browse files

Documentation/rtla: Correct tracer name for common options



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: b1be4830 ("rtla: Add rtla osnoise top documentation")
Signed-off-by: default avatarTomas Glozar <tglozar@redhat.com>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-6-tglozar@redhat.com>
parent 5e954a37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
**-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*;