public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/6] rtla: Updates for 6.13
@ 2024-10-17 21:23 Steven Rostedt
  2024-10-17 21:23 ` [for-next][PATCH 1/6] tools/build: Add libcpupower dependency detection Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2024-10-17 21:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tomas Glozar, John Kacur

  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

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

end of thread, other threads:[~2024-10-17 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 21:23 [for-next][PATCH 0/6] rtla: Updates for 6.13 Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 1/6] tools/build: Add libcpupower dependency detection Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 2/6] rtla: Add optional dependency on libcpupower Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 3/6] rtla/utils: Add idle state disabling via libcpupower Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 4/6] rtla/timerlat: Add --deepest-idle-state for top Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 5/6] rtla/timerlat: Add --deepest-idle-state for hist Steven Rostedt
2024-10-17 21:23 ` [for-next][PATCH 6/6] rtla: Documentation: Mention --deepest-idle-state Steven Rostedt

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