From: tglozar@redhat.com
To: linux-rt-users@vger.kernel.org
Cc: jkacur@redhat.com, williams@redhat.com,
Tomas Glozar <tglozar@redhat.com>
Subject: [PATCH v2 0/3] rt-tests: cyclictest: Support idle state disabling via libcpupower
Date: Wed, 13 Nov 2024 12:45:06 +0100 [thread overview]
Message-ID: <20241113114509.1058593-1-tglozar@redhat.com> (raw)
From: Tomas Glozar <tglozar@redhat.com>
v2:
- Pass CPPFLAGS and LDFLAGS to feature test make
- Fix indentation (4 spaces to tabs)
- Avoid calling set_latency_target() when --deepest-idle-state is set
- Sort command line arguments in alphabetical order
- Add no_libcpupower make option to disable libcpupower dependency
- Update manpage with the new feature
Tomas Glozar (3):
rt-tests: Detect libcpupower presence
rt-tests: cyclictest: Support idle state disabling via libcpupower
rt-tests: cyclictest: Add --deepest-idle-state to manpage
Makefile | 15 +++
feature/Makefile | 12 +++
feature/test-feature.mak | 5 +
feature/test-libcpupower.c | 8 ++
src/cyclictest/cyclictest.8 | 3 +
src/cyclictest/cyclictest.c | 205 +++++++++++++++++++++++++++++++++++-
6 files changed, 247 insertions(+), 1 deletion(-)
create mode 100644 feature/Makefile
create mode 100644 feature/test-feature.mak
create mode 100644 feature/test-libcpupower.c
--
2.47.0
next reply other threads:[~2024-11-13 11:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 11:45 tglozar [this message]
2024-11-13 11:45 ` [PATCH v2 1/3] rt-tests: Detect libcpupower presence tglozar
2024-11-13 11:45 ` [PATCH v2 2/3] rt-tests: cyclictest: Support idle state disabling via libcpupower tglozar
2024-11-26 22:29 ` John Kacur
2024-11-27 0:08 ` Crystal Wood
2024-11-27 9:45 ` Tomas Glozar
2024-11-27 15:51 ` John Kacur
2024-12-06 11:52 ` Sebastian Andrzej Siewior
2024-12-06 12:14 ` Tomas Glozar
2024-12-06 14:41 ` Sebastian Andrzej Siewior
2024-12-06 15:29 ` John Kacur
2024-11-27 15:47 ` John Kacur
2024-12-02 19:30 ` Crystal Wood
2024-11-13 11:45 ` [PATCH v2 3/3] rt-tests: cyclictest: Add --deepest-idle-state to manpage tglozar
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=20241113114509.1058593-1-tglozar@redhat.com \
--to=tglozar@redhat.com \
--cc=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--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