mbox series

[v2,0/3] rt-tests: cyclictest: Support idle state disabling via libcpupower

Message ID 20241113114509.1058593-1-tglozar@redhat.com
Headers show
Series rt-tests: cyclictest: Support idle state disabling via libcpupower | expand

Message

Tomas Glozar Nov. 13, 2024, 11:45 a.m. UTC
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