blob: e9c1bfd55d48d5e960872adc898887944a8d9307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
**-p**, **--period** *us*
Set the *timerlat* tracer period in microseconds.
**-i**, **--irq** *us*
Stop trace if the *IRQ* latency is higher than the argument in us.
**-T**, **--thread** *us*
Stop trace if the *Thread* latency is higher than the argument in us.
**-s**, **--stack** *us*
Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
argument in us.
|