[PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390

Thomas Richter posted 1 patch 2 weeks ago
.../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(+)
[PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
Posted by Thomas Richter 2 weeks ago
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
Re: [PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
Posted by Namhyung Kim 6 days, 2 hours ago
On Thu, 19 Mar 2026 09:47:53 +0100, Thomas Richter wrote:
> 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
> 
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung