[for-next][PATCH 0/6] rtla: Updates for 6.13

Steven Rostedt posted 6 patches 1 month, 1 week ago
.../tools/rtla/common_timerlat_options.rst         |   8 ++
tools/build/Makefile.feature                       |   1 +
tools/build/feature/Makefile                       |   4 +
tools/build/feature/test-libcpupower.c             |   8 ++
tools/tracing/rtla/Makefile                        |   2 +
tools/tracing/rtla/Makefile.config                 |  10 ++
tools/tracing/rtla/README.txt                      |   4 +
tools/tracing/rtla/src/timerlat_hist.c             |  42 +++++-
tools/tracing/rtla/src/timerlat_top.c              |  42 +++++-
tools/tracing/rtla/src/utils.c                     | 150 +++++++++++++++++++++
tools/tracing/rtla/src/utils.h                     |  13 ++
11 files changed, 282 insertions(+), 2 deletions(-)
create mode 100644 tools/build/feature/test-libcpupower.c
[for-next][PATCH 0/6] rtla: Updates for 6.13
Posted by Steven Rostedt 1 month, 1 week ago
  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
tools/for-next

Head SHA1: 13216486e3ede30d6910a22e0e15988b7016366b


Tomas Glozar (6):
      tools/build: Add libcpupower dependency detection
      rtla: Add optional dependency on libcpupower
      rtla/utils: Add idle state disabling via libcpupower
      rtla/timerlat: Add --deepest-idle-state for top
      rtla/timerlat: Add --deepest-idle-state for hist
      rtla: Documentation: Mention --deepest-idle-state

----
 .../tools/rtla/common_timerlat_options.rst         |   8 ++
 tools/build/Makefile.feature                       |   1 +
 tools/build/feature/Makefile                       |   4 +
 tools/build/feature/test-libcpupower.c             |   8 ++
 tools/tracing/rtla/Makefile                        |   2 +
 tools/tracing/rtla/Makefile.config                 |  10 ++
 tools/tracing/rtla/README.txt                      |   4 +
 tools/tracing/rtla/src/timerlat_hist.c             |  42 +++++-
 tools/tracing/rtla/src/timerlat_top.c              |  42 +++++-
 tools/tracing/rtla/src/utils.c                     | 150 +++++++++++++++++++++
 tools/tracing/rtla/src/utils.h                     |  13 ++
 11 files changed, 282 insertions(+), 2 deletions(-)
 create mode 100644 tools/build/feature/test-libcpupower.c