brintos

brintos / linux-shallow public Read only

0
0
Text · 980 B · d73de2d Raw
32 lines · plain
1**-a**, **--auto** *us*2 3        Set the automatic trace mode. This mode sets some commonly used options4        while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.5 6**-p**, **--period** *us*7 8        Set the *osnoise* tracer period in microseconds.9 10**-r**, **--runtime** *us*11 12        Set the *osnoise* tracer runtime in microseconds.13 14**-s**, **--stop** *us*15 16        Stop the trace if a single sample is higher than the argument in microseconds.17        If **-T** is set, it will also save the trace to the output.18 19**-S**, **--stop-total** *us*20 21        Stop the trace if the total sample is higher than the argument in microseconds.22        If **-T** is set, it will also save the trace to the output.23 24**-T**, **--threshold** *us*25 26        Specify the minimum delta between two time reads to be considered noise.27        The default threshold is *5 us*.28 29**-t**, **--trace** \[*file*]30 31        Save the stopped trace to [*file|osnoise_trace.txt*].32