common_osnoise_options.rst 980 B

12345678910111213141516171819202122232425262728293031
  1. **-a**, **--auto** *us*
  2. Set the automatic trace mode. This mode sets some commonly used options
  3. while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
  4. **-p**, **--period** *us*
  5. Set the *osnoise* tracer period in microseconds.
  6. **-r**, **--runtime** *us*
  7. Set the *osnoise* tracer runtime in microseconds.
  8. **-s**, **--stop** *us*
  9. Stop the trace if a single sample is higher than the argument in microseconds.
  10. If **-T** is set, it will also save the trace to the output.
  11. **-S**, **--stop-total** *us*
  12. Stop the trace if the total sample is higher than the argument in microseconds.
  13. If **-T** is set, it will also save the trace to the output.
  14. **-T**, **--threshold** *us*
  15. Specify the minimum delta between two time reads to be considered noise.
  16. The default threshold is *5 us*.
  17. **-t**, **--trace** \[*file*]
  18. Save the stopped trace to [*file|osnoise_trace.txt*].