linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rtla fixes for 6.5
@ 2023-08-04 15:52 Daniel Bristot de Oliveira
  2023-08-04 15:52 ` [PATCH 1/3] rtla/timerlat_aa: Zero thread sum after every sample analysis Daniel Bristot de Oliveira
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Bristot de Oliveira @ 2023-08-04 15:52 UTC (permalink / raw)
  To: linux-kernel, linux-trace-devel, Steven Rostedt
  Cc: William White, Daniel Bristot de Oliveira, Masami Hiramatsu

Here are some fixes for rtla timerlat auto-analysis.

The first one zeroes the variable that accounts for the amount of
thread interference when a new cycle begins.

The second fixes an imprecision on the IRQ delay account when
the value is near 0.

The last one fixes the case when an IRQ interference for the
next activation is considered for the previous one.


Daniel Bristot de Oliveira (3):
  rtla/timerlat_aa: Zero thread sum after every sample analysis
  rtla/timerlat_aa: Fix negative irq delay
  rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after
    thread sample

 tools/tracing/rtla/src/timerlat_aa.c | 32 ++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-04 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 15:52 [PATCH 0/3] rtla fixes for 6.5 Daniel Bristot de Oliveira
2023-08-04 15:52 ` [PATCH 1/3] rtla/timerlat_aa: Zero thread sum after every sample analysis Daniel Bristot de Oliveira
2023-08-04 15:52 ` [PATCH 2/3] rtla/timerlat_aa: Fix negative IRQ delay Daniel Bristot de Oliveira
2023-08-04 15:52 ` [PATCH 3/3] rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread sample Daniel Bristot de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).