diff options
| author | Alexandre Vicenzi <alexandre.vicenzi@suse.com> | 2022-08-08 20:03:43 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-05 10:31:31 +0200 |
| commit | de3f7eb0b8642ded71fae5bbf4db584933da6c7d (patch) | |
| tree | c87848c7543d06dd2ad1b84a62e5247e7d96cbc6 /Documentation | |
| parent | 33f15a70fe9d26554d6b8f306f088a5e3ae31e49 (diff) | |
| download | linux-de3f7eb0b8642ded71fae5bbf4db584933da6c7d.tar.gz linux-de3f7eb0b8642ded71fae5bbf4db584933da6c7d.tar.bz2 linux-de3f7eb0b8642ded71fae5bbf4db584933da6c7d.zip | |
rtla: Fix tracer name
[ Upstream commit f1432cd24c240cedf78c0d026631e3b10052c8e1 ]
The correct tracer name is timerlat and not timelat.
Link: https://lore.kernel.org/linux-trace-devel/20220808180343.22262-1-alexandre.vicenzi@suse.com
Signed-off-by: Alexandre Vicenzi <alexandre.vicenzi@suse.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/tools/rtla/rtla-timerlat-hist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tools/rtla/rtla-timerlat-hist.rst b/Documentation/tools/rtla/rtla-timerlat-hist.rst index e12eae1f3301..6bf7f0ca4556 100644 --- a/Documentation/tools/rtla/rtla-timerlat-hist.rst +++ b/Documentation/tools/rtla/rtla-timerlat-hist.rst @@ -33,7 +33,7 @@ EXAMPLE ======= In the example below, **rtla timerlat hist** is set to run for *10* minutes, in the cpus *0-4*, *skipping zero* only lines. Moreover, **rtla timerlat -hist** will change the priority of the *timelat* threads to run under +hist** will change the priority of the *timerlat* threads to run under *SCHED_DEADLINE* priority, with a *10us* runtime every *1ms* period. The *1ms* period is also passed to the *timerlat* tracer:: |
