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/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: 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>

authored by

Tomas Glozar and committed by
Jonathan Corbet
3e30aee8 5e954a37

+2 -2
+2 -2
Documentation/tools/rtla/common_options.txt
··· 1 1 **-c**, **--cpus** *cpu-list* 2 2 3 - Set the osnoise tracer to run the sample threads in the cpu-list. 3 + Set the |tool| tracer to run the sample threads in the cpu-list. 4 4 5 5 **-H**, **--house-keeping** *cpu-list* 6 6 ··· 35 35 36 36 **-P**, **--priority** *o:prio|r:prio|f:prio|d:runtime:period* 37 37 38 - Set scheduling parameters to the osnoise tracer threads, the format to set the priority are: 38 + Set scheduling parameters to the |tool| tracer threads, the format to set the priority are: 39 39 40 40 - *o:prio* - use SCHED_OTHER with *prio*; 41 41 - *r:prio* - use SCHED_RR with *prio*;