Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/rtla: Fix -A option name in test comment

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>

authored by

Crystal Wood and committed by
Steven Rostedt (Google)
c4e30c22 2f3172f9

+2 -2
+2 -2
tools/tracing/rtla/tests/timerlat.t
··· 47 47 "timerlat hist -T 2 -t" 2 "^ Saving trace to timerlat_trace.txt$" 48 48 check "trace output through -t with custom filename" \ 49 49 "timerlat hist -T 2 -t custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$" 50 - check "trace output through -A trace" \ 50 + check "trace output through --on-threshold trace" \ 51 51 "timerlat hist -T 2 --on-threshold trace" 2 "^ Saving trace to timerlat_trace.txt$" 52 - check "trace output through -A trace with custom filename" \ 52 + check "trace output through --on-threshold trace with custom filename" \ 53 53 "timerlat hist -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$" 54 54 check "exec command" \ 55 55 "timerlat hist -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"