Re: [PATCH v3 2/6] rtla/osnoise: Record IPI count in osnoise top
Tomas Glozar <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAP4=nvRHyJr9vTm0oJe5Pp_nSa25De_zLB3P3hvUpofaKeVZrA@mail.gmail.com> |
st 15. 7. 2026 v 17:46 odesílatel Valentin Schneider <[email protected]> napsal: > > Leverage the ipi_send_cpu and ipi_send_cpumask trace events to record the > count of IPIs sent to monitored CPUs. These interferences are already > accounted by the IRQ count, but this split gives a better overall picture. > > This uses the newly added -i cmdline option. > This is now named --irq, right? > Signed-off-by: Valentin Schneider <[email protected]> > --- > tools/tracing/rtla/src/osnoise_top.c | 116 ++++++++++++++++++++++++++- > 1 file changed, 115 insertions(+), 1 deletion(-) > > [truncated] Tomas