]> git.hungrycats.org Git - linux/commit
rtla: Fix the help text in osnoise and timerlat top tools
authorEder Zulian <ezulian@redhat.com>
Tue, 13 Aug 2024 15:58:31 +0000 (17:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:01:06 +0000 (12:01 +0200)
commitf753ba8670f49c814166fe5aac6b24e418b23031
treec900ab2484026f0bbeeddb6eaaec04e28526459b
parent3670051acbca6537641c6033ae31e51110812ad8
rtla: Fix the help text in osnoise and timerlat top tools

commit 3d7b8ea7a8a20a45d019382c4dc6ed79e8bb95cf upstream.

The help text in osnoise top and timerlat top had some minor errors
and omissions. The -d option was missing the 's' (second) abbreviation and
the error message for '-d' used '-D'.

Cc: stable@vger.kernel.org
Fixes: 1eceb2fc2ca54 ("rtla/osnoise: Add osnoise top mode")
Fixes: a828cd18bc4ad ("rtla: Add timerlat tool and timelart top mode")
Link: https://lore.kernel.org/20240813155831.384446-1-ezulian@redhat.com
Suggested-by: Tomas Glozar <tglozar@redhat.com>
Reviewed-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Eder Zulian <ezulian@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/tracing/rtla/src/osnoise_top.c
tools/tracing/rtla/src/timerlat_top.c