Add CPU measurement counter facility event description files (json files) for IBM z14. Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Link: http://lkml.kernel.org/r/20180326082538.2258-5-tmricht@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
[
|
|
{
|
|
"EventCode": "0",
|
|
"EventName": "CPU_CYCLES",
|
|
"BriefDescription": "CPU Cycles",
|
|
"PublicDescription": "Cycle Count"
|
|
},
|
|
{
|
|
"EventCode": "1",
|
|
"EventName": "INSTRUCTIONS",
|
|
"BriefDescription": "Instructions",
|
|
"PublicDescription": "Instruction Count"
|
|
},
|
|
{
|
|
"EventCode": "2",
|
|
"EventName": "L1I_DIR_WRITES",
|
|
"BriefDescription": "L1I Directory Writes",
|
|
"PublicDescription": "Level-1 I-Cache Directory Write Count"
|
|
},
|
|
{
|
|
"EventCode": "3",
|
|
"EventName": "L1I_PENALTY_CYCLES",
|
|
"BriefDescription": "L1I Penalty Cycles",
|
|
"PublicDescription": "Level-1 I-Cache Penalty Cycle Count"
|
|
},
|
|
{
|
|
"EventCode": "4",
|
|
"EventName": "L1D_DIR_WRITES",
|
|
"BriefDescription": "L1D Directory Writes",
|
|
"PublicDescription": "Level-1 D-Cache Directory Write Count"
|
|
},
|
|
{
|
|
"EventCode": "5",
|
|
"EventName": "L1D_PENALTY_CYCLES",
|
|
"BriefDescription": "L1D Penalty Cycles",
|
|
"PublicDescription": "Level-1 D-Cache Penalty Cycle Count"
|
|
},
|
|
{
|
|
"EventCode": "32",
|
|
"EventName": "PROBLEM_STATE_CPU_CYCLES",
|
|
"BriefDescription": "Problem-State CPU Cycles",
|
|
"PublicDescription": "Problem-State Cycle Count"
|
|
},
|
|
{
|
|
"EventCode": "33",
|
|
"EventName": "PROBLEM_STATE_INSTRUCTIONS",
|
|
"BriefDescription": "Problem-State Instructions",
|
|
"PublicDescription": "Problem-State Instruction Count"
|
|
},
|
|
]
|