Lines Matching full:trace
26 "timerlat top -s 3 -T 10 -t" 2 "Blocking thread stack trace"
32 check "set the automatic trace mode" \
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 --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…
66 check "hist with trace output at end" \
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$"