Skip to content

Commit dfeab63

Browse files
Thomas Richteracmel
authored andcommitted
perf list: Update event description for IBM z196/z114 to latest level
Update IBM z196/z114 event counter description to the latest level as described in the documents 1. SA23-2260-07: "The Load-Program-Parameter and the CPU-Measurement Facilities." released on May, 2022 for the following counter sets: * Basic counter set * Problem counter set * Crypto counter set 2. 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 for the following counter sets: * Extended counter set * MT-Diagnostic counter set Signed-off-by: Thomas Richter <[email protected]> Acked-by: Sumanth Korikkar <[email protected]> Acked-by: Ian Rogers <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected]
1 parent d183346 commit dfeab63

File tree

3 files changed

+78
-78
lines changed

3 files changed

+78
-78
lines changed

tools/perf/pmu-events/arch/s390/cf_z196/basic.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,84 +3,84 @@
33
"Unit": "CPU-M-CF",
44
"EventCode": "0",
55
"EventName": "CPU_CYCLES",
6-
"BriefDescription": "CPU Cycles",
7-
"PublicDescription": "Cycle Count"
6+
"BriefDescription": "Cycle Count",
7+
"PublicDescription": "This counter counts the total number of CPU cycles, excluding the number of cycles while the CPU is in the wait state."
88
},
99
{
1010
"Unit": "CPU-M-CF",
1111
"EventCode": "1",
1212
"EventName": "INSTRUCTIONS",
13-
"BriefDescription": "Instructions",
14-
"PublicDescription": "Instruction Count"
13+
"BriefDescription": "Instruction Count",
14+
"PublicDescription": "This counter counts the total number of instructions executed by the CPU."
1515
},
1616
{
1717
"Unit": "CPU-M-CF",
1818
"EventCode": "2",
1919
"EventName": "L1I_DIR_WRITES",
20-
"BriefDescription": "L1I Directory Writes",
21-
"PublicDescription": "Level-1 I-Cache Directory Write Count"
20+
"BriefDescription": "Level-1 I-Cache Directory Write Count",
21+
"PublicDescription": "This counter counts the total number of level-1 instruction-cache or unified-cache directory writes."
2222
},
2323
{
2424
"Unit": "CPU-M-CF",
2525
"EventCode": "3",
2626
"EventName": "L1I_PENALTY_CYCLES",
27-
"BriefDescription": "L1I Penalty Cycles",
28-
"PublicDescription": "Level-1 I-Cache Penalty Cycle Count"
27+
"BriefDescription": "Level-1 I-Cache Penalty Cycle Count",
28+
"PublicDescription": "This counter counts the total number of cache penalty cycles for level-1 instruction cache or unified cache."
2929
},
3030
{
3131
"Unit": "CPU-M-CF",
3232
"EventCode": "4",
3333
"EventName": "L1D_DIR_WRITES",
34-
"BriefDescription": "L1D Directory Writes",
35-
"PublicDescription": "Level-1 D-Cache Directory Write Count"
34+
"BriefDescription": "Level-1 D-Cache Directory Write Count",
35+
"PublicDescription": "This counter counts the total number of level-1 data-cache directory writes."
3636
},
3737
{
3838
"Unit": "CPU-M-CF",
3939
"EventCode": "5",
4040
"EventName": "L1D_PENALTY_CYCLES",
41-
"BriefDescription": "L1D Penalty Cycles",
42-
"PublicDescription": "Level-1 D-Cache Penalty Cycle Count"
41+
"BriefDescription": "Level-1 D-Cache Penalty Cycle Count",
42+
"PublicDescription": "This counter counts the total number of cache penalty cycles for level-1 data cache."
4343
},
4444
{
4545
"Unit": "CPU-M-CF",
4646
"EventCode": "32",
4747
"EventName": "PROBLEM_STATE_CPU_CYCLES",
48-
"BriefDescription": "Problem-State CPU Cycles",
49-
"PublicDescription": "Problem-State Cycle Count"
48+
"BriefDescription": "Problem-State Cycle Count",
49+
"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."
5050
},
5151
{
5252
"Unit": "CPU-M-CF",
5353
"EventCode": "33",
5454
"EventName": "PROBLEM_STATE_INSTRUCTIONS",
55-
"BriefDescription": "Problem-State Instructions",
56-
"PublicDescription": "Problem-State Instruction Count"
55+
"BriefDescription": "Problem-State Instruction Count",
56+
"PublicDescription": "This counter counts the total number of instructions executed by the CPU while in the problem state."
5757
},
5858
{
5959
"Unit": "CPU-M-CF",
6060
"EventCode": "34",
6161
"EventName": "PROBLEM_STATE_L1I_DIR_WRITES",
62-
"BriefDescription": "Problem-State L1I Directory Writes",
63-
"PublicDescription": "Problem-State Level-1 I-Cache Directory Write Count"
62+
"BriefDescription": "Problem-State Level-1 I-Cache Directory Write Count",
63+
"PublicDescription": "This counter counts the total number of level-1 instruction-cache or unified-cache directory writes while the CPU is in the problem state."
6464
},
6565
{
6666
"Unit": "CPU-M-CF",
6767
"EventCode": "35",
6868
"EventName": "PROBLEM_STATE_L1I_PENALTY_CYCLES",
69-
"BriefDescription": "Problem-State L1I Penalty Cycles",
70-
"PublicDescription": "Problem-State Level-1 I-Cache Penalty Cycle Count"
69+
"BriefDescription": "Level-1 I-Cache Penalty Cycle Count",
70+
"PublicDescription": "This counter counts the total number of penalty cycles for level-1 instruction cache or unified cache while the CPU is in the problem state."
7171
},
7272
{
7373
"Unit": "CPU-M-CF",
7474
"EventCode": "36",
7575
"EventName": "PROBLEM_STATE_L1D_DIR_WRITES",
76-
"BriefDescription": "Problem-State L1D Directory Writes",
77-
"PublicDescription": "Problem-State Level-1 D-Cache Directory Write Count"
76+
"BriefDescription": "Problem-State Level-1 D-Cache Directory Write Count",
77+
"PublicDescription": "This counter counts the total number of level-1 data-cache directory writes while the CPU is in the problem state."
7878
},
7979
{
8080
"Unit": "CPU-M-CF",
8181
"EventCode": "37",
8282
"EventName": "PROBLEM_STATE_L1D_PENALTY_CYCLES",
83-
"BriefDescription": "Problem-State L1D Penalty Cycles",
84-
"PublicDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count"
83+
"BriefDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count",
84+
"PublicDescription": "This counter counts the total number of penalty cycles for level-1 data cache while the CPU is in the problem state."
8585
}
8686
]

tools/perf/pmu-events/arch/s390/cf_z196/crypto.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,112 +3,112 @@
33
"Unit": "CPU-M-CF",
44
"EventCode": "64",
55
"EventName": "PRNG_FUNCTIONS",
6-
"BriefDescription": "PRNG Functions",
7-
"PublicDescription": "Total number of the PRNG functions issued by the CPU"
6+
"BriefDescription": "PRNG Function Count",
7+
"PublicDescription": "This counter counts the total number of the pseudorandom-number-generation functions issued by the CPU."
88
},
99
{
1010
"Unit": "CPU-M-CF",
1111
"EventCode": "65",
1212
"EventName": "PRNG_CYCLES",
13-
"BriefDescription": "PRNG Cycles",
14-
"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing PRNG functions issued by the CPU"
13+
"BriefDescription": "PRNG Cycle Count",
14+
"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."
1515
},
1616
{
1717
"Unit": "CPU-M-CF",
1818
"EventCode": "66",
1919
"EventName": "PRNG_BLOCKED_FUNCTIONS",
20-
"BriefDescription": "PRNG Blocked Functions",
21-
"PublicDescription": "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/AES coprocessor is busy performing a function issued by another CPU"
20+
"BriefDescription": "PRNG Blocked Function Count",
21+
"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."
2222
},
2323
{
2424
"Unit": "CPU-M-CF",
2525
"EventCode": "67",
2626
"EventName": "PRNG_BLOCKED_CYCLES",
27-
"BriefDescription": "PRNG Blocked Cycles",
28-
"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU because the DEA/AES coprocessor is busy performing a function issued by another CPU"
27+
"BriefDescription": "PRNG Blocked Cycle Count",
28+
"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."
2929
},
3030
{
3131
"Unit": "CPU-M-CF",
3232
"EventCode": "68",
3333
"EventName": "SHA_FUNCTIONS",
34-
"BriefDescription": "SHA Functions",
35-
"PublicDescription": "Total number of SHA functions issued by the CPU"
34+
"BriefDescription": "SHA Function Count",
35+
"PublicDescription": "This counter counts the total number of the SHA functions issued by the CPU."
3636
},
3737
{
3838
"Unit": "CPU-M-CF",
3939
"EventCode": "69",
4040
"EventName": "SHA_CYCLES",
41-
"BriefDescription": "SHA Cycles",
42-
"PublicDescription": "Total number of CPU cycles when the SHA coprocessor is busy performing the SHA functions issued by the CPU"
41+
"BriefDescription": "SHA Cycle Count",
42+
"PublicDescription": "This counter counts the total number of CPU cycles when the SHA coprocessor is busy performing the SHA functions issued by the CPU."
4343
},
4444
{
4545
"Unit": "CPU-M-CF",
4646
"EventCode": "70",
4747
"EventName": "SHA_BLOCKED_FUNCTIONS",
48-
"BriefDescription": "SHA Blocked Functions",
49-
"PublicDescription": "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"
48+
"BriefDescription": "SHA Blocked Function Count",
49+
"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."
5050
},
5151
{
5252
"Unit": "CPU-M-CF",
5353
"EventCode": "71",
5454
"EventName": "SHA_BLOCKED_CYCLES",
55-
"BriefDescription": "SHA Bloced Cycles",
56-
"PublicDescription": "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"
55+
"BriefDescription": "SHA Blocked Cycle Count",
56+
"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."
5757
},
5858
{
5959
"Unit": "CPU-M-CF",
6060
"EventCode": "72",
6161
"EventName": "DEA_FUNCTIONS",
62-
"BriefDescription": "DEA Functions",
63-
"PublicDescription": "Total number of the DEA functions issued by the CPU"
62+
"BriefDescription": "DEA Function Count",
63+
"PublicDescription": "This counter counts the total number of the DEA functions issued by the CPU."
6464
},
6565
{
6666
"Unit": "CPU-M-CF",
6767
"EventCode": "73",
6868
"EventName": "DEA_CYCLES",
69-
"BriefDescription": "DEA Cycles",
70-
"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing the DEA functions issued by the CPU"
69+
"BriefDescription": "DEA Cycle Count",
70+
"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."
7171
},
7272
{
7373
"Unit": "CPU-M-CF",
7474
"EventCode": "74",
7575
"EventName": "DEA_BLOCKED_FUNCTIONS",
76-
"BriefDescription": "DEA Blocked Functions",
77-
"PublicDescription": "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"
76+
"BriefDescription": "DEA Blocked Function Count",
77+
"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."
7878
},
7979
{
8080
"Unit": "CPU-M-CF",
8181
"EventCode": "75",
8282
"EventName": "DEA_BLOCKED_CYCLES",
83-
"BriefDescription": "DEA Blocked Cycles",
84-
"PublicDescription": "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"
83+
"BriefDescription": "DEA Blocked Cycle Count",
84+
"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."
8585
},
8686
{
8787
"Unit": "CPU-M-CF",
8888
"EventCode": "76",
8989
"EventName": "AES_FUNCTIONS",
90-
"BriefDescription": "AES Functions",
91-
"PublicDescription": "Total number of AES functions issued by the CPU"
90+
"BriefDescription": "AES Function Count",
91+
"PublicDescription": "This counter counts the total number of the AES functions issued by the CPU."
9292
},
9393
{
9494
"Unit": "CPU-M-CF",
9595
"EventCode": "77",
9696
"EventName": "AES_CYCLES",
97-
"BriefDescription": "AES Cycles",
98-
"PublicDescription": "Total number of CPU cycles when the DEA/AES coprocessor is busy performing the AES functions issued by the CPU"
97+
"BriefDescription": "AES Cycle Count",
98+
"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."
9999
},
100100
{
101101
"Unit": "CPU-M-CF",
102102
"EventCode": "78",
103103
"EventName": "AES_BLOCKED_FUNCTIONS",
104-
"BriefDescription": "AES Blocked Functions",
105-
"PublicDescription": "Total number of 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"
104+
"BriefDescription": "AES Blocked Function Count",
105+
"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."
106106
},
107107
{
108108
"Unit": "CPU-M-CF",
109109
"EventCode": "79",
110110
"EventName": "AES_BLOCKED_CYCLES",
111-
"BriefDescription": "AES Blocked Cycles",
112-
"PublicDescription": "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"
111+
"BriefDescription": "AES Blocked Cycle Count",
112+
"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."
113113
}
114114
]

0 commit comments

Comments
 (0)