1*2b622eddSDaniel Bristot de Oliveira**-a**, **--auto** *us*
2*2b622eddSDaniel Bristot de Oliveira
3*2b622eddSDaniel Bristot de Oliveira        Set the automatic trace mode. This mode sets some commonly used options
4*2b622eddSDaniel Bristot de Oliveira        while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
5*2b622eddSDaniel Bristot de Oliveira
6b1be4830SDaniel Bristot de Oliveira**-p**, **--period** *us*
7b1be4830SDaniel Bristot de Oliveira
8b1be4830SDaniel Bristot de Oliveira        Set the *osnoise* tracer period in microseconds.
9b1be4830SDaniel Bristot de Oliveira
10b1be4830SDaniel Bristot de Oliveira**-r**, **--runtime** *us*
11b1be4830SDaniel Bristot de Oliveira
12b1be4830SDaniel Bristot de Oliveira        Set the *osnoise* tracer runtime in microseconds.
13b1be4830SDaniel Bristot de Oliveira
14b1be4830SDaniel Bristot de Oliveira**-s**, **--stop** *us*
15b1be4830SDaniel Bristot de Oliveira
16b1be4830SDaniel Bristot de Oliveira        Stop the trace if a single sample is higher than the argument in microseconds.
17b1be4830SDaniel Bristot de Oliveira        If **-T** is set, it will also save the trace to the output.
18b1be4830SDaniel Bristot de Oliveira
19b1be4830SDaniel Bristot de Oliveira**-S**, **--stop-total** *us*
20b1be4830SDaniel Bristot de Oliveira
21b1be4830SDaniel Bristot de Oliveira        Stop the trace if the total sample is higher than the argument in microseconds.
22b1be4830SDaniel Bristot de Oliveira        If **-T** is set, it will also save the trace to the output.
23d635316aSDaniel Bristot de Oliveira
24d635316aSDaniel Bristot de Oliveira**-T**, **--threshold** *us*
25d635316aSDaniel Bristot de Oliveira
26d635316aSDaniel Bristot de Oliveira        Specify the minimum delta between two time reads to be considered noise.
27d635316aSDaniel Bristot de Oliveira        The default threshold is *5 us*.
28