Lines Matching full:threshold
28 …"timerlat top -P F:1 -c 0 -d 10s -q -T 1 --on-threshold shell,command=\"tests/scripts/check-priori…
50 check "trace output through --on-threshold trace" \
51 "timerlat hist -T 2 --on-threshold trace" 2 "^ Saving trace to timerlat_trace.txt$"
52 check "trace output through --on-threshold 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='…
61 …"timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command=…
63 …"timerlat hist -T 2 -d 5s --on-threshold shell,command='echo TestOutput' --on-threshold continue" …
65 …"timerlat top -q -T 2 -d 5s --on-threshold shell,command='echo TestOutput' --on-threshold continue…