Skip to content

Commit 22d146f

Browse files
John Kacurrostedt
authored andcommitted
rtla: Minor grammar fix for rtla README
- Change to "The rtla meta-tool includes" - Remove an unnecessary "But, " - Adjust the formatting of the paragraph resulting from the changes. - Simplify the wording for the libraries and tools. Link: https://lkml.kernel.org/r/437f0accdde53713ab3cce46f3564be00487e031.1651247710.git.bristot@kernel.org Link: https://lore.kernel.org/r/20220408161012.10544-1-jkacur@redhat.com/ Cc: Daniel Bristot de Oliveria <bristot@kernel.org> Fixes: 79ce8f4 ("rtla: Real-Time Linux Analysis tool") Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 39c3d84 commit 22d146f

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

tools/tracing/rtla/README.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
RTLA: Real-Time Linux Analysis tools
22

3-
The rtla is a meta-tool that includes a set of commands that
4-
aims to analyze the real-time properties of Linux. But, instead of
5-
testing Linux as a black box, rtla leverages kernel tracing
6-
capabilities to provide precise information about the properties
7-
and root causes of unexpected results.
3+
The rtla meta-tool includes a set of commands that aims to analyze
4+
the real-time properties of Linux. Instead of testing Linux as a black box,
5+
rtla leverages kernel tracing capabilities to provide precise information
6+
about the properties and root causes of unexpected results.
87

98
Installing RTLA
109

11-
RTLA depends on some libraries and tools. More precisely, it depends on the
12-
following libraries:
10+
RTLA depends on the following libraries and tools:
1311

1412
- libtracefs
1513
- libtraceevent

0 commit comments

Comments
 (0)