public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] rt-tests: cyclictest: Support idle state disabling via libcpupower
@ 2024-11-13 11:45 tglozar
  2024-11-13 11:45 ` [PATCH v2 1/3] rt-tests: Detect libcpupower presence tglozar
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: tglozar @ 2024-11-13 11:45 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, Tomas Glozar

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


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

end of thread, other threads:[~2024-12-06 15:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 11:45 [PATCH v2 0/3] rt-tests: cyclictest: Support idle state disabling via libcpupower tglozar
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox