-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf list: Add IBM z16 event description for s390
Update IBM z16 counter description using document SA23-2260-07: "The Load-Program-Parameter and the CPU-Measurement Facilities" released in May, 2022, to include counter definitions for IBM z16 counter sets: * Basic counter set * Problem/user counter set * Crypto counter set Use document SA23-2261-07: "The CPU-Measurement Facility Extended Counters Definition for z10, z196/z114, zEC12/zBC12, z13/z13s, z14, z15 and z16" released on April 29, 2022 to include counter definitions for IBM z16 * Extended counter set * MT-Diagnostic counter set Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Acked-by: Ian Rogers <irogers@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Link: https://lore.kernel.org/r/20220531092706.1931503-1-tmricht@linux.ibm.com Cc: acme@kernel.org Cc: gor@linux.ibm.com Cc: hca@linux.ibm.com Cc: svens@linux.ibm.com Cc: linux-kernel@vger.kernel.org Cc: linux-perf-users@vger.kernel.org
- Loading branch information
Thomas Richter
authored and
Arnaldo Carvalho de Melo
committed
Jun 3, 2022
1 parent
151e7d7
commit 7f76b31
Showing
5 changed files
with
700 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "0", | ||
"EventName": "CPU_CYCLES", | ||
"BriefDescription": "Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles, excluding the number of cycles while the CPU is in the wait state." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "1", | ||
"EventName": "INSTRUCTIONS", | ||
"BriefDescription": "Instruction Count", | ||
"PublicDescription": "This counter counts the total number of instructions executed by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "2", | ||
"EventName": "L1I_DIR_WRITES", | ||
"BriefDescription": "Level-1 I-Cache Directory Write Count", | ||
"PublicDescription": "This counter counts the total number of level-1 instruction-cache or unified-cache directory writes." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "3", | ||
"EventName": "L1I_PENALTY_CYCLES", | ||
"BriefDescription": "Level-1 I-Cache Penalty Cycle Count", | ||
"PublicDescription": "This counter counts the total number of cache penalty cycles for level-1 instruction cache or unified cache." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "4", | ||
"EventName": "L1D_DIR_WRITES", | ||
"BriefDescription": "Level-1 D-Cache Directory Write Count", | ||
"PublicDescription": "This counter counts the total number of level-1 data-cache directory writes." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "5", | ||
"EventName": "L1D_PENALTY_CYCLES", | ||
"BriefDescription": "Level-1 D-Cache Penalty Cycle Count", | ||
"PublicDescription": "This counter counts the total number of cache penalty cycles for level-1 data cache." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "32", | ||
"EventName": "PROBLEM_STATE_CPU_CYCLES", | ||
"BriefDescription": "Problem-State Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the CPU is in the problem state, excluding the number of cycles while the CPU is in the wait state." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "33", | ||
"EventName": "PROBLEM_STATE_INSTRUCTIONS", | ||
"BriefDescription": "Problem-State Instruction Count", | ||
"PublicDescription": "This counter counts the total number of instructions executed by the CPU while in the problem state." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
[ | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "64", | ||
"EventName": "PRNG_FUNCTIONS", | ||
"BriefDescription": "PRNG Function Count", | ||
"PublicDescription": "This counter counts the total number of the pseudorandom-number-generation functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "65", | ||
"EventName": "PRNG_CYCLES", | ||
"BriefDescription": "PRNG Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the DEA/AES/SHA coprocessor is busy performing the pseudorandom- number-generation functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "66", | ||
"EventName": "PRNG_BLOCKED_FUNCTIONS", | ||
"BriefDescription": "PRNG Blocked Function Count", | ||
"PublicDescription": "This counter counts the total number of the pseudorandom-number-generation functions that are issued by the CPU and are blocked because the DEA/AES/SHA coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "67", | ||
"EventName": "PRNG_BLOCKED_CYCLES", | ||
"BriefDescription": "PRNG Blocked Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles blocked for the pseudorandom-number-generation functions issued by the CPU because the DEA/AES/SHA coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "68", | ||
"EventName": "SHA_FUNCTIONS", | ||
"BriefDescription": "SHA Function Count", | ||
"PublicDescription": "This counter counts the total number of the SHA functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "69", | ||
"EventName": "SHA_CYCLES", | ||
"BriefDescription": "SHA Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the SHA coprocessor is busy performing the SHA functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "70", | ||
"EventName": "SHA_BLOCKED_FUNCTIONS", | ||
"BriefDescription": "SHA Blocked Function Count", | ||
"PublicDescription": "This counter counts the total number of the SHA functions that are issued by the CPU and are blocked because the SHA coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "71", | ||
"EventName": "SHA_BLOCKED_CYCLES", | ||
"BriefDescription": "SHA Blocked Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles blocked for the SHA functions issued by the CPU because the SHA coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "72", | ||
"EventName": "DEA_FUNCTIONS", | ||
"BriefDescription": "DEA Function Count", | ||
"PublicDescription": "This counter counts the total number of the DEA functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "73", | ||
"EventName": "DEA_CYCLES", | ||
"BriefDescription": "DEA Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the DEA/AES coprocessor is busy performing the DEA functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "74", | ||
"EventName": "DEA_BLOCKED_FUNCTIONS", | ||
"BriefDescription": "DEA Blocked Function Count", | ||
"PublicDescription": "This counter counts the total number of the DEA functions that are issued by the CPU and are blocked because the DEA/AES coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "75", | ||
"EventName": "DEA_BLOCKED_CYCLES", | ||
"BriefDescription": "DEA Blocked Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles blocked for the DEA functions issued by the CPU because the DEA/AES coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "76", | ||
"EventName": "AES_FUNCTIONS", | ||
"BriefDescription": "AES Function Count", | ||
"PublicDescription": "This counter counts the total number of the AES functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "77", | ||
"EventName": "AES_CYCLES", | ||
"BriefDescription": "AES Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the DEA/AES coprocessor is busy performing the AES functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "78", | ||
"EventName": "AES_BLOCKED_FUNCTIONS", | ||
"BriefDescription": "AES Blocked Function Count", | ||
"PublicDescription": "This counter counts the total number of the AES functions that are issued by the CPU and are blocked because the DEA/AES coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "79", | ||
"EventName": "AES_BLOCKED_CYCLES", | ||
"BriefDescription": "AES Blocked Cycle Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles blocked for the AES functions issued by the CPU because the DEA/AES coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "80", | ||
"EventName": "ECC_FUNCTION_COUNT", | ||
"BriefDescription": "ECC Function Count", | ||
"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC) functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "81", | ||
"EventName": "ECC_CYCLES_COUNT", | ||
"BriefDescription": "ECC Cycles Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles when the ECC coprocessor is busy performing the elliptic-curve cryptography (ECC) functions issued by the CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "82", | ||
"EventName": "ECC_BLOCKED_FUNCTION_COUNT", | ||
"BriefDescription": "Ecc Blocked Function Count", | ||
"PublicDescription": "This counter counts the total number of the elliptic-curve cryptography (ECC) functions that are issued by the CPU and are blocked because the ECC coprocessor is busy performing a function issued by another CPU." | ||
}, | ||
{ | ||
"Unit": "CPU-M-CF", | ||
"EventCode": "83", | ||
"EventName": "ECC_BLOCKED_CYCLES_COUNT", | ||
"BriefDescription": "ECC Blocked Cycles Count", | ||
"PublicDescription": "This counter counts the total number of CPU cycles blocked for the elliptic-curve cryptography (ECC) functions issued by the CPU because the ECC coprocessor is busy performing a function issued by another CPU." | ||
} | ||
] |
Oops, something went wrong.