Lines Matching full:trace
14 echo "Run trace"
16 trace stats
18 trace pause
19 trace stats
21 trace stats
22 trace resume
24 trace pause
25 trace stats
38 # 4 sets of results (output of 'trace stats')
40 fail "trace output error"
43 # Check trace counts. We expect to see an increase in the number of
44 # traced function calls between each 'trace stats' command, except
53 fail "trace collection error: ${counts}"
57 echo "Simple trace test / sanity check using sandbox"