Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / Documentation / tools / rtla / common_osnoise_options.rst
blobd73de2d58f5f3c134eb96763577cb070c720d743
1 **-a**, **--auto** *us*
3         Set the automatic trace mode. This mode sets some commonly used options
4         while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
6 **-p**, **--period** *us*
8         Set the *osnoise* tracer period in microseconds.
10 **-r**, **--runtime** *us*
12         Set the *osnoise* tracer runtime in microseconds.
14 **-s**, **--stop** *us*
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.
19 **-S**, **--stop-total** *us*
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.
24 **-T**, **--threshold** *us*
26         Specify the minimum delta between two time reads to be considered noise.
27         The default threshold is *5 us*.
29 **-t**, **--trace** \[*file*]
31         Save the stopped trace to [*file|osnoise_trace.txt*].