Skip to content

Commit c4e30c2

Browse files
crwood-rhrostedt
authored andcommitted
tools/rtla: Fix -A option name in test comment
This was changed to --on-threshold when the patches were applied. Cc: John Kacur <[email protected]> Cc: Costa Shulyupin <[email protected]> Link: https://lore.kernel.org/[email protected] Reviewed-by: Tomas Glozar <[email protected]> Signed-off-by: Crystal Wood <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 2f3172f commit c4e30c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tracing/rtla/tests/timerlat.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ check "trace output through -t" \
4747
"timerlat hist -T 2 -t" 2 "^ Saving trace to timerlat_trace.txt$"
4848
check "trace output through -t with custom filename" \
4949
"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" \
5151
"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" \
5353
"timerlat hist -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
5454
check "exec command" \
5555
"timerlat hist -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"

0 commit comments

Comments
 (0)