diff options
Diffstat (limited to 'tools/perf/pmu-events/arch/powerpc/power10/pmc.json')
-rw-r--r-- | tools/perf/pmu-events/arch/powerpc/power10/pmc.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/powerpc/power10/pmc.json b/tools/perf/pmu-events/arch/powerpc/power10/pmc.json index 0e0253d0e757..6f5b0e8fde12 100644 --- a/tools/perf/pmu-events/arch/powerpc/power10/pmc.json +++ b/tools/perf/pmu-events/arch/powerpc/power10/pmc.json @@ -105,6 +105,11 @@ "BriefDescription": "Processor cycles gated by the run latch." }, { + "EventCode": "0x200F8", + "EventName": "PM_EXT_INT", + "BriefDescription": "Cycles an external interrupt was active." + }, + { "EventCode": "0x30010", "EventName": "PM_PMC2_OVERFLOW", "BriefDescription": "The event selected for PMC2 caused the event counter to overflow." @@ -125,6 +130,11 @@ "BriefDescription": "The event selected for PMC6 caused the event counter to overflow." }, { + "EventCode": "0x3405A", + "EventName": "PM_PRIVILEGED_INST_CMPL", + "BriefDescription": "PowerPC instruction completed while the thread was in Privileged state." + }, + { "EventCode": "0x3006C", "EventName": "PM_RUN_CYC_SMT2_MODE", "BriefDescription": "Cycles when this thread's run latch is set and the core is in SMT2 mode." |