mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 00:33:58 -04:00
Move some of the power10 JSON/events to appropriate files.
Fixes: 32daa5d789 ("perf vendor events: Initial JSON/events list for power10 platform")
Signed-off-by: Kajol Jain <kjain@linux.ibm.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Disha Goel <disgoel@linux.ibm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Kajol Jain <kjain@linux.ibm.com>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20230814112803.1508296-4-kjain@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
13 lines
369 B
JSON
13 lines
369 B
JSON
[
|
|
{
|
|
"EventCode": "0x300F4",
|
|
"EventName": "PM_RUN_INST_CMPL_CONC",
|
|
"BriefDescription": "PowerPC instruction completed by this thread when all threads in the core had the run-latch set."
|
|
},
|
|
{
|
|
"EventCode": "0x400F6",
|
|
"EventName": "PM_BR_MPRED_CMPL",
|
|
"BriefDescription": "A mispredicted branch completed. Includes direction and target."
|
|
}
|
|
]
|