[PATCH v1] Documentation/rtla: Add hwnoise to main page

Costa Shulyupin posted 1 patch 1 month, 2 weeks ago
Documentation/tools/rtla/rtla.rst | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
[PATCH v1] Documentation/rtla: Add hwnoise to main page
Posted by Costa Shulyupin 1 month, 2 weeks ago
Add hwnoise to the command list and SEE ALSO section.  The command list
is ordered from low level to high level.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 Documentation/tools/rtla/rtla.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/tools/rtla/rtla.rst b/Documentation/tools/rtla/rtla.rst
index 2a5fb7004ad4..6df1296b8cc1 100644
--- a/Documentation/tools/rtla/rtla.rst
+++ b/Documentation/tools/rtla/rtla.rst
@@ -21,6 +21,10 @@ results.
 
 COMMANDS
 ========
+**hwnoise**
+
+        Detect and quantify hardware-related noise.
+
 **osnoise**
 
         Gives information about the operating system noise (osnoise).
@@ -39,7 +43,7 @@ For other options, see the man page for the corresponding command.
 
 SEE ALSO
 ========
-**rtla-osnoise**\(1), **rtla-timerlat**\(1)
+**rtla-hwnoise**\(1), **rtla-osnoise**\(1), **rtla-timerlat**\(1)
 
 AUTHOR
 ======
-- 
2.53.0
Re: [PATCH v1] Documentation/rtla: Add hwnoise to main page
Posted by Jonathan Corbet 1 month, 1 week ago
Costa Shulyupin <costa.shul@redhat.com> writes:

> Add hwnoise to the command list and SEE ALSO section.  The command list
> is ordered from low level to high level.
>
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
>  Documentation/tools/rtla/rtla.rst | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Applied, thanks.

jon