mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
perf list: Add PMU pai_crypto event description for IBM z16
Add the event description for the IBM z16 pai_crypto PMU released with commit 1bf54f32f525 ("s390/pai: Add support for cryptography counters") The document SA22-7832-13 "z/Architecture Principles of Operation", published May, 2022, contains the description of the Processor Activity Instrumentation Facility and the cryptography counter set., See Pages 5-110 to 5-113. Patch reworked to fit for the converted jevents processing. Committer notes: Couldn't find 1bf54f32f525 ("s390/pai: Add support for cryptography counters") in torvalds/master, in what tree is that cset? Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Cc: Heiko Carstens <hca@linux.ibm.com> Cc: Sven Schnelle <svens@linux.ibm.com> Cc: Vasily Gorbik <gor@linux.ibm.com> Link: https://lore.kernel.org/r/20220804075221.1132849-1-tmricht@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
b48ddbbb99
commit
e0b23af82d
1101
tools/perf/pmu-events/arch/s390/cf_z16/pai.json
Normal file
1101
tools/perf/pmu-events/arch/s390/cf_z16/pai.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -107,6 +107,7 @@ class JsonEvent:
|
||||
'iMPH-U': 'uncore_arb',
|
||||
'CPU-M-CF': 'cpum_cf',
|
||||
'CPU-M-SF': 'cpum_sf',
|
||||
'PAI-CRYPTO' : 'pai_crypto',
|
||||
'UPI LL': 'uncore_upi',
|
||||
'hisi_sicl,cpa': 'hisi_sicl,cpa',
|
||||
'hisi_sccl,ddrc': 'hisi_sccl,ddrc',
|
||||
|
Loading…
Reference in New Issue
Block a user