Lines Matching +full:set +full:- +full:top
2 # SPDX-License-Identifier: GPL-2.0
9 if ldd $RTLA | grep libbpf >/dev/null && [ -d "$timerlat_sample_event" ]
24 "timerlat --help" 0 "timerlat version"
25 check "verify -s/--stack" \
26 "timerlat top -s 3 -T 10 -t" 2 "Blocking thread stack trace"
27 check "verify -P/--priority" \
28 …"timerlat top -P F:1 -c 0 -d 10s -q -T 1 --on-threshold shell,command=\"tests/scripts/check-priori…
29 2 "Priorities are set correctly"
31 "timerlat top -i 2 -c 0 -n -d 10s" 2 "ns"
32 check "set the automatic trace mode" \
33 "timerlat top -a 5" 2 "analyzing it"
35 "timerlat top -a 5 --dump-tasks" 2 "Printing CPU tasks"
36 check "print the auto-analysis if hits the stop tracing condition" \
37 "timerlat top --aa-only 5" 2
38 check "disable auto-analysis" \
39 "timerlat top -s 3 -T 10 -t --no-aa" 2
40 check "verify -c/--cpus" \
41 "timerlat hist -c 0 -d 10s"
43 "timerlat hist -i 2 -c 0 -n -d 10s" 2 "ns"
46 check "trace output through -t" \
47 "timerlat hist -T 2 -t" 2 "^ Saving trace to timerlat_trace.txt$"
48 check "trace output through -t with custom filename" \
49 "timerlat hist -T 2 -t custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
50 check "trace output through -A trace" \
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" \
53 …"timerlat hist -T 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_fi…
55 "timerlat hist -T 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"
57 …"timerlat hist -T 2 --on-threshold shell,command='echo -n 1' --on-threshold shell,command='echo 2'…
59 …"timerlat hist -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='…
60 check "top stop at failed action" \
61 …"timerlat top -T 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='e…
63 …"timerlat hist -T 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue" …
64 check "top with continue" \
65 …"timerlat top -q -T 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue…
67 "timerlat hist -d 1s --on-end trace" 0 "^ Saving trace to timerlat_trace.txt$"
68 check "top with trace output at end" \
69 "timerlat top -d 1s --on-end trace" 0 "^ Saving trace to timerlat_trace.txt$"