All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Richter <tmricht@linux.ibm.com>
To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org,
	linux-perf-users@vger.kernel.org, acme@kernel.org,
	namhyung@kernel.org, irogers@google.com
Cc: agordeev@linux.ibm.com, gor@linux.ibm.com,
	sumanthk@linux.ibm.com, hca@linux.ibm.com, japo@linux.ibm.com
Subject: [PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
Date: Thu, 19 Mar 2026 09:47:53 +0100	[thread overview]
Message-ID: <20260319084754.3838828-1-tmricht@linux.ibm.com> (raw)

V5: Add comments from Ian and Sashiko:
    Moved version history to cover letter
    Added missing comment line +NUM(%rREG).
V4: Add comments from Ian and Sashiko:
    Reset variable initialized to zero on error
    Rework regular expression and reduce to one case.
V3: Add comments from Ian
    Print register expression without leading 'r' (wrong).
V2: Add comments from Sumanth Koirkkar

Thomas Richter (1):
  perf record: Add support for arch_sdt_arg_parse_op() on s390

 .../perf/util/perf-regs-arch/perf_regs_s390.c | 78 +++++++++++++++++++
 tools/perf/util/perf_regs.c                   |  3 +
 tools/perf/util/perf_regs.h                   |  1 +
 3 files changed, 82 insertions(+)

-- 
2.53.0


             reply	other threads:[~2026-03-19  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-19  8:47 Thomas Richter [this message]
2026-03-19  8:47 ` [PATCH v5 1/1] perf record: Add support for arch_sdt_arg_parse_op() on s390 Thomas Richter
2026-03-27 21:01 ` [PATCH v5 0/1] " Namhyung Kim

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=20260319084754.3838828-1-tmricht@linux.ibm.com \
    --to=tmricht@linux.ibm.com \
    --cc=acme@kernel.org \
    --cc=agordeev@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=irogers@google.com \
    --cc=japo@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=namhyung@kernel.org \
    --cc=sumanthk@linux.ibm.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.