Lines Matching full:trace
15 check "verify the --trace param" \
16 "osnoise hist -s 30 -T 1 -t" 2 "Saving trace to osnoise_trace.txt"
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…
45 check "hist with trace output at end" \
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$"