All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Tomas Glozar <tglozar@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [for-next][PATCH 0/7] tools/rtla: Updates for v6.18
Date: Tue, 30 Sep 2025 17:46:30 -0400	[thread overview]
Message-ID: <20250930214630.332381812@kernel.org> (raw)

  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
tools/for-next

Head SHA1: 05b7e10687c69e0c28e62b9a74ce78b3e7463806


Costa Shulyupin (1):
      tools/rtla: Consolidate common parameters into shared structure

Crystal Wood (6):
      tools/rtla: Move top/hist params into common struct
      tools/rtla: Create common_apply_config()
      tools/rtla: Consolidate code between osnoise/timerlat and hist/top
      tools/rtla: Fix -A option name in test comment
      tools/rtla: Add test engine support for unexpected output
      tools/rtla: Add remaining support for osnoise actions

----
 Documentation/tools/rtla/common_options.rst        |  61 ++
 .../tools/rtla/common_osnoise_options.rst          |   8 +
 .../tools/rtla/common_timerlat_options.rst         |  74 +--
 Documentation/tools/rtla/rtla-hwnoise.rst          |   2 +
 Documentation/tools/rtla/rtla-osnoise-hist.rst     |   2 +
 Documentation/tools/rtla/rtla-osnoise-top.rst      |   2 +
 Documentation/tools/rtla/rtla-timerlat-hist.rst    |   2 +
 Documentation/tools/rtla/rtla-timerlat-top.rst     |   2 +
 tools/tracing/rtla/src/Build                       |   1 +
 tools/tracing/rtla/src/actions.c                   |   8 +-
 tools/tracing/rtla/src/actions.h                   |   2 +-
 tools/tracing/rtla/src/common.c                    | 344 +++++++++++
 tools/tracing/rtla/src/common.h                    | 154 +++++
 tools/tracing/rtla/src/osnoise.c                   | 101 ++--
 tools/tracing/rtla/src/osnoise.h                   | 114 +---
 tools/tracing/rtla/src/osnoise_hist.c              | 369 +++++-------
 tools/tracing/rtla/src/osnoise_top.c               | 303 +++-------
 tools/tracing/rtla/src/timerlat.c                  | 210 +++++--
 tools/tracing/rtla/src/timerlat.h                  |  55 +-
 tools/tracing/rtla/src/timerlat_bpf.c              |  22 +-
 tools/tracing/rtla/src/timerlat_hist.c             | 642 ++++++---------------
 tools/tracing/rtla/src/timerlat_top.c              | 568 ++++--------------
 tools/tracing/rtla/src/trace.h                     |   3 -
 tools/tracing/rtla/tests/engine.sh                 |  26 +-
 tools/tracing/rtla/tests/osnoise.t                 |  27 +-
 tools/tracing/rtla/tests/timerlat.t                |   4 +-
 26 files changed, 1395 insertions(+), 1711 deletions(-)
 create mode 100644 tools/tracing/rtla/src/common.c
 create mode 100644 tools/tracing/rtla/src/common.h

             reply	other threads:[~2025-09-30 21:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30 21:46 Steven Rostedt [this message]
2025-09-30 21:46 ` [for-next][PATCH 1/7] tools/rtla: Consolidate common parameters into shared structure Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 2/7] tools/rtla: Move top/hist params into common struct Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 3/7] tools/rtla: Create common_apply_config() Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 5/7] tools/rtla: Fix -A option name in test comment Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 6/7] tools/rtla: Add test engine support for unexpected output Steven Rostedt
2025-09-30 21:46 ` [for-next][PATCH 7/7] tools/rtla: Add remaining support for osnoise actions 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=20250930214630.332381812@kernel.org \
    --to=rostedt@kernel.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.