mirror of https://lore.kernel.org/lkml/
 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/8] tracing/tools: Updates for v6.14
Date: Thu, 02 Jan 2025 10:26:24 -0500	[thread overview]
Message-ID: <20250102152624.158129997@goodmis.org> (raw)

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

Head SHA1: 87c5d7f5e5938f713bde4e7435e6b207372a7f8e


Gabriele Monaco (8):
      verification/dot2k: Fix template directory detection
      verification/dot2k: Unify main.c templates
      verification/dot2k: More robust template variables
      verification/dot2k: Add support for name and description options
      rv: Simplify manual steps in monitor creation
      verification/dot2k: Simplify manual steps in monitor creation
      verification/dot2k: Auto patch current kernel source
      verification/dot2k: Implement event type detection

----
 kernel/trace/rv/Kconfig                            |  27 +--
 kernel/trace/rv/Makefile                           |   3 +
 kernel/trace/rv/monitors/wip/Kconfig               |  12 ++
 kernel/trace/rv/monitors/wip/wip.c                 |   2 +-
 kernel/trace/rv/monitors/wip/wip_trace.h           |  15 ++
 kernel/trace/rv/monitors/wwnr/Kconfig              |  11 +
 kernel/trace/rv/monitors/wwnr/wwnr.c               |   2 +-
 kernel/trace/rv/monitors/wwnr/wwnr_trace.h         |  16 ++
 kernel/trace/rv/rv.c                               |   2 +-
 .../events/rv.h => kernel/trace/rv/rv_trace.h      |  26 +--
 tools/verification/dot2/automata.py                |  36 +++-
 tools/verification/dot2/dot2c.py                   |   4 +-
 tools/verification/dot2/dot2k                      |  17 +-
 tools/verification/dot2/dot2k.py                   | 226 ++++++++++++++++++---
 tools/verification/dot2/dot2k_templates/Kconfig    |   6 +
 tools/verification/dot2/dot2k_templates/main.c     |  91 +++++++++
 .../dot2/dot2k_templates/main_global.c             |  91 ---------
 .../dot2/dot2k_templates/main_per_cpu.c            |  91 ---------
 .../dot2/dot2k_templates/main_per_task.c           |  91 ---------
 tools/verification/dot2/dot2k_templates/trace.h    |  13 ++
 20 files changed, 419 insertions(+), 363 deletions(-)
 create mode 100644 kernel/trace/rv/monitors/wip/Kconfig
 create mode 100644 kernel/trace/rv/monitors/wip/wip_trace.h
 create mode 100644 kernel/trace/rv/monitors/wwnr/Kconfig
 create mode 100644 kernel/trace/rv/monitors/wwnr/wwnr_trace.h
 rename include/trace/events/rv.h => kernel/trace/rv/rv_trace.h (79%)
 create mode 100644 tools/verification/dot2/dot2k_templates/Kconfig
 create mode 100644 tools/verification/dot2/dot2k_templates/main.c
 delete mode 100644 tools/verification/dot2/dot2k_templates/main_global.c
 delete mode 100644 tools/verification/dot2/dot2k_templates/main_per_cpu.c
 delete mode 100644 tools/verification/dot2/dot2k_templates/main_per_task.c
 create mode 100644 tools/verification/dot2/dot2k_templates/trace.h

             reply	other threads:[~2025-01-02 15:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 15:26 Steven Rostedt [this message]
2025-01-02 15:26 ` [for-next][PATCH 1/8] verification/dot2k: Fix template directory detection Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 2/8] verification/dot2k: Unify main.c templates Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 3/8] verification/dot2k: More robust template variables Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 4/8] verification/dot2k: Add support for name and description options Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 5/8] rv: Simplify manual steps in monitor creation Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 6/8] verification/dot2k: " Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 7/8] verification/dot2k: Auto patch current kernel source Steven Rostedt
2025-01-02 15:26 ` [for-next][PATCH 8/8] verification/dot2k: Implement event type detection 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=20250102152624.158129997@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®