]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tools/rtla: Fix -A option name in test comment
authorCrystal Wood <crwood@redhat.com>
Sun, 7 Sep 2025 02:23:23 +0000 (21:23 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 27 Sep 2025 08:53:07 +0000 (04:53 -0400)
This was changed to --on-threshold when the patches were applied.

Cc: John Kacur <jkacur@redhat.com>
Cc: Costa Shulyupin <costa.shul@redhat.com>
Link: https://lore.kernel.org/20250907022325.243930-6-crwood@redhat.com
Reviewed-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Crystal Wood <crwood@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/tests/timerlat.t

index c71aed5534bfe5ba80a36ad8228b7d7b607f30e3..b5d1e7260a9bed022810a2f5d7e36787c581a689 100644 (file)
@@ -47,9 +47,9 @@ check "trace output through -t" \
        "timerlat hist -T 2 -t" 2 "^  Saving trace to timerlat_trace.txt$"
 check "trace output through -t with custom filename" \
        "timerlat hist -T 2 -t custom_filename.txt" 2 "^  Saving trace to custom_filename.txt$"
-check "trace output through -A trace" \
+check "trace output through --on-threshold trace" \
        "timerlat hist -T 2 --on-threshold trace" 2 "^  Saving trace to timerlat_trace.txt$"
-check "trace output through -A trace with custom filename" \
+check "trace output through --on-threshold trace with custom filename" \
        "timerlat hist -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^  Saving trace to custom_filename.txt$"
 check "exec command" \
        "timerlat hist -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"