common_timerlat_options.rst 967 B

12345678910111213141516171819202122232425262728
  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 **-T** *us* **-s** *us*
  4. **-t**. By default, *timerlat* tracer uses FIFO:95 for *timerlat* threads,
  5. thus equilavent to **-P** *f:95*.
  6. **-p**, **--period** *us*
  7. Set the *timerlat* tracer period in microseconds.
  8. **-i**, **--irq** *us*
  9. Stop trace if the *IRQ* latency is higher than the argument in us.
  10. **-T**, **--thread** *us*
  11. Stop trace if the *Thread* latency is higher than the argument in us.
  12. **-s**, **--stack** *us*
  13. Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
  14. argument in us.
  15. **--dma-latency** *us*
  16. Set the /dev/cpu_dma_latency to *us*, aiming to bound exit from idle latencies.
  17. *cyclictest* sets this value to *0* by default, use **--dma-latency** *0* to have
  18. similar results.