All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Tomas Glozar <tglozar@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [for-next][PATCH 0/6] rtla: Updates for 6.13
Date: Thu, 17 Oct 2024 17:23:28 -0400	[thread overview]
Message-ID: <20241017212328.560060762@goodmis.org> (raw)

  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

             reply	other threads:[~2024-10-17 21:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 21:23 Steven Rostedt [this message]
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

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=20241017212328.560060762@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglozar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.