Re: [PATCH] tracing/timerlat: Add latency threshold
From: Costa Shulyupin
Date: Sat Jul 22 2023 - 04:05:50 EST
> rtla timerlat has the --aa-only that ignores the trace until
> the tracing stops, and then do the auto-analysis based on the
> tail of the trace.
> So, as I said, I am not convinced that adding this interface file is
> better than setting the stop-tracing option... and then waiting for
> the trace to stop... parsing only the tail of the buffer.
I see. Stop-tracing option of rtla timerlat solves the problem for
most of the cases.
Thank you very much!
Costa