Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / Documentation / tools / rtla / rtla.rst
blobfc0d233efcd5dff61a5fbbc43b492cef4bbe4dad
1 =========
2 rtla
3 =========
4 --------------------------------
5 Real-time Linux Analysis tool
6 --------------------------------
8 :Manual section: 1
10 SYNOPSIS
11 ========
12 **rtla** *COMMAND* [*OPTIONS*]
14 DESCRIPTION
15 ===========
16 The **rtla** is a meta-tool that includes a set of commands that aims to
17 analyze the real-time properties of Linux. But instead of testing Linux
18 as a black box, **rtla** leverages kernel tracing capabilities to provide
19 precise information about the properties and root causes of unexpected
20 results.
22 COMMANDS
23 ========
24 **osnoise**
26         Gives information about the operating system noise (osnoise).
28 **timerlat**
30         Measures the IRQ and thread timer latency.
32 OPTIONS
33 =======
34 **-h**, **--help**
36         Display the help text.
38 For other options, see the man page for the corresponding command.
40 SEE ALSO
41 ========
42 **rtla-osnoise**\(1), **rtla-timerlat**\(1)
44 AUTHOR
45 ======
46 Daniel Bristot de Oliveira <bristot@kernel.org>
48 .. include:: common_appendix.rst