mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 05:52:38 -04:00
Fixed the eventcode values in the power10 JSON event files to prepend
"0x" since these are hexadecimal values.
The patch also changes the event description of the PM_EXEC_STALL_LOAD_FINISH
and PM_EXEC_STALL_NTC_FLUSH event and move some events to correct files.
Fixes: 32daa5d789 ("perf vendor events: Initial JSON/events list for power10 platform")
Signed-off-by: Kajol Jain <kjain@linux.ibm.com>
Reviewed-by: Paul A. Clarke <pc@us.ibm.com>
Tested-by: Nageswara R Sastry <rnsastry@linux.ibm.com>
Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org
Link: http://lore.kernel.org/lkml/20210525063723.1191514-1-kjain@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
23 lines
703 B
JSON
23 lines
703 B
JSON
[
|
|
{
|
|
"EventCode": "0x301E8",
|
|
"EventName": "PM_THRESH_EXC_64",
|
|
"BriefDescription": "Threshold counter exceeded a value of 64."
|
|
},
|
|
{
|
|
"EventCode": "0x45050",
|
|
"EventName": "PM_1FLOP_CMPL",
|
|
"BriefDescription": "One floating point instruction completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)."
|
|
},
|
|
{
|
|
"EventCode": "0x45052",
|
|
"EventName": "PM_4FLOP_CMPL",
|
|
"BriefDescription": "Four floating point instructions completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)."
|
|
},
|
|
{
|
|
"EventCode": "0x4D054",
|
|
"EventName": "PM_8FLOP_CMPL",
|
|
"BriefDescription": "Four Double Precision vector instructions completed."
|
|
}
|
|
]
|