aboutsummaryrefslogtreecommitdiff
path: root/include/pmu_ethosu.h
diff options
context:
space:
mode:
authorDouglas Troha <douglas.troha@arm.com>2020-05-11 11:45:28 +0200
committerDouglas Troha <douglas.troha@arm.com>2020-05-13 13:04:24 +0200
commitf6a85da549e9ba903acf3f0182f5c03226d2d59a (patch)
treeda8b2ea4899f98f8768d947262cdbc0ac0ded4eb /include/pmu_ethosu.h
parentbcb5aaa99756f1b5c1295b079ebdd60996bc75a5 (diff)
downloadethos-u-core-driver-f6a85da549e9ba903acf3f0182f5c03226d2d59a.tar.gz
Update to HI 1.0
* Includes updates for 0.179 Change-Id: I8ab8e9d67ed5dabf9684ed7576d302a0831c1647 Signed-off-by: Douglas Troha <douglas.troha@arm.com>
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,