aboutsummaryrefslogtreecommitdiff
path: root/include/pmu_ethosu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pmu_ethosu.h')
-rw-r--r--include/pmu_ethosu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pmu_ethosu.h b/include/pmu_ethosu.h
index 8fed8bd..a95f824 100644
--- a/include/pmu_ethosu.h
+++ b/include/pmu_ethosu.h
@@ -53,6 +53,8 @@ enum ethosu_pmu_event_type
ETHOSU_PMU_NO_EVENT = 0,
ETHOSU_PMU_CYCLE,
ETHOSU_PMU_NPU_IDLE,
+ ETHOSU_PMU_CC_STALLED_ON_BLOCKDEP,
+ ETHOSU_PMU_CC_STALLED_ON_SHRAM_RECONFIG,
ETHOSU_PMU_MAC_ACTIVE,
ETHOSU_PMU_MAC_ACTIVE_8BIT,
ETHOSU_PMU_MAC_ACTIVE_16BIT,
@@ -62,6 +64,8 @@ enum ethosu_pmu_event_type
ETHOSU_PMU_MAC_STALLED_BY_ACC,
ETHOSU_PMU_MAC_STALLED_BY_IB,
ETHOSU_PMU_MAC_ACTIVE_32BIT,
+ ETHOSU_PMU_MAC_STALLED_BY_INT_W,
+ ETHOSU_PMU_MAC_STALLED_BY_INT_ACC,
ETHOSU_PMU_AO_ACTIVE,
ETHOSU_PMU_AO_ACTIVE_8BIT,
ETHOSU_PMU_AO_ACTIVE_16BIT,