From: John Kacur <jkacur@redhat.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: Tomas Glozar <tglozar@redhat.com>,
Clark Williams <williams@redhat.com>,
John Kacur <jkacur@redhat.com>
Subject: [PATCH 2/2] rteval: timerlat: Disable auto-analysis with --no-aa
Date: Wed, 12 Nov 2025 12:48:35 -0500 [thread overview]
Message-ID: <20251112174835.188210-2-jkacur@redhat.com> (raw)
In-Reply-To: <20251112174835.188210-1-jkacur@redhat.com>
Pass --no-aa flag to rtla timerlat to disable auto-analysis, which
reduces CPU usage of the timerlat measurement tool.
Signed-off-by: John Kacur <jkacur@redhat.com>
---
rteval/modules/measurement/timerlat.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rteval/modules/measurement/timerlat.py b/rteval/modules/measurement/timerlat.py
index 1c7fb1607682..7ad8997c95dc 100644
--- a/rteval/modules/measurement/timerlat.py
+++ b/rteval/modules/measurement/timerlat.py
@@ -231,6 +231,8 @@ class Timerlat(rtevalModulePrototype):
self.__cmd.append(f'-c{self.__cpulist}')
self.__cmd.append(f'-E{self.__buckets}')
self.__cmd.append('--no-summary')
+ # Disable auto-analysis
+ self.__cmd.append('--no-aa')
# Add dma-latency option if configured (default is 0)
# If dma_latency is explicitly set to None, don't pass the option to rtla
--
2.51.1
prev parent reply other threads:[~2025-11-12 17:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 17:48 [PATCH 1/2] rteval: Show both cyclictest and timerlat options in help menu John Kacur
2025-11-12 17:48 ` John Kacur [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251112174835.188210-2-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglozar@redhat.com \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox