[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251003104739.3d09e60e@gandalf.local.home>
Date: Fri, 3 Oct 2025 10:47:39 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Tomas Glozar <tglozar@...hat.com>,
John Kacur <jkacur@...hat.com>, Costa Shulyupin <costa.shul@...hat.com>,
Crystal Wood <crwood@...hat.com>
Subject: [GIT PULL] tracing/tools: Update for v6.18
Linus,
rtla: Updates for v6.18
- This update is mostly just consolidating code between osnoise/timerlat
and top/hist for easier maintenance and less future divergence.
Please pull the latest trace-tools-v6.18 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-tools-v6.18
Tag SHA1: a9be3d59c1174c9571a39e7c0cd8759bcc6fe092
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
---------------------------
Powered by blists - more mailing lists