Re: Latency spikes on V6.15.1 Preempt RT and maybe related to intel? IGB
From: Sebastian Andrzej Siewior
Date: Fri Jun 13 2025 - 15:58:59 EST
On 2025-06-13 17:26:15 [+0200], marc.straemke wrote:
> Thanks Sebastian, I will do that tomorrow.To confirm: Just pure event
> tracing without the function tracer? (After enabling the sched
> events)Regards,Marc
The event tracing should narrow down which of the tasks cause the spike.
So if you say it is the ip comment then you should see ip.
Step two would be the function tracer to narrow it down further. You
could start right away with the function tracer to see where the big gap
is.
rtla could speed up the whole process (via the timerlat auto analysis).
Sebastian