0001 **-a**, **--auto** *us*
0002
0003 Set the automatic trace mode. This mode sets some commonly used options
0004 while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
0005
0006 **-p**, **--period** *us*
0007
0008 Set the *osnoise* tracer period in microseconds.
0009
0010 **-r**, **--runtime** *us*
0011
0012 Set the *osnoise* tracer runtime in microseconds.
0013
0014 **-s**, **--stop** *us*
0015
0016 Stop the trace if a single sample is higher than the argument in microseconds.
0017 If **-T** is set, it will also save the trace to the output.
0018
0019 **-S**, **--stop-total** *us*
0020
0021 Stop the trace if the total sample is higher than the argument in microseconds.
0022 If **-T** is set, it will also save the trace to the output.
0023
0024 **-T**, **--threshold** *us*
0025
0026 Specify the minimum delta between two time reads to be considered noise.
0027 The default threshold is *5 us*.