Lines Matching +full:set +full:- +full:top
2 # SPDX-License-Identifier: GPL-2.0
9 "osnoise --help" 0 "osnoise version"
10 check "verify the --priority/-P param" \
11 …"osnoise top -P F:1 -c 0 -r 900000 -d 10s -q -S 1 --on-threshold shell,command=\"tests/scripts/che…
12 2 "Priorities are set correctly"
13 check "verify the --stop/-s param" \
14 "osnoise top -s 30 -T 1" 2 "osnoise hit stop tracing"
15 check "verify the --trace param" \
16 "osnoise hist -s 30 -T 1 -t" 2 "Saving trace to osnoise_trace.txt"
17 check "verify the --entries/-E param" \
18 "osnoise hist -P F:1 -c 0 -r 900000 -d 10s -b 10 -E 25"
22 # If default period is not set, this will time out.
24 "osnoise hist -s 1" 2 period_us=600000000
27 check "trace output through -t with custom filename" \
28 "osnoise hist -S 2 -t custom_filename.txt" 2 "^ Saving trace to custom_filename.txt$"
29 check "trace output through --on-threshold trace" \
30 "osnoise hist -S 2 --on-threshold trace" 2 "^ Saving trace to osnoise_trace.txt$"
31 check "trace output through --on-threshold trace with custom filename" \
32 …"osnoise hist -S 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_fil…
34 "osnoise hist -S 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"
36 …"osnoise hist -S 2 --on-threshold shell,command='echo -n 1' --on-threshold shell,command='echo 2'"…
38 …"osnoise hist -S 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='e…
39 check "top stop at failed action" \
40 …"timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command=…
42 …"osnoise hist -S 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue" 0…
43 check "top with continue" \
44 …"osnoise top -q -S 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue"…
46 "osnoise hist -d 1s --on-end trace" 0 "^ Saving trace to osnoise_trace.txt$"
47 check "top with trace output at end" \
48 "osnoise top -d 1s --on-end trace" 0 "^ Saving trace to osnoise_trace.txt$"