Re: [PATCH v2] perf report: Add s390 raw data interpretation for PAI counters

From: Arnaldo Carvalho de Melo
Date: Thu Nov 09 2023 - 11:12:36 EST


Em Thu, Nov 09, 2023 at 01:41:05PM +0100, Thomas Richter escreveu:
> commit 1bf54f32f525 ("s390/pai: Add support for cryptography counters")
> added support for Processor Activity Instrumentation Facility (PAI)
> counters. These counters values are added as raw data with the perf
> sample during perf record.
> Now add support to display these counters in perf report command.
> The counter number, its assigned name and value is now printed in
> addition to the hexadecimal output.

Can someone with access to a machine where these counters are available
try this patch to provide a Tested-by or Reviewed-by tag?

- Arnaldo