aboutsummaryrefslogtreecommitdiff
path: root/ethosu_pmu/include/pmu_ethosu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu_pmu/include/pmu_ethosu.h')
-rw-r--r--ethosu_pmu/include/pmu_ethosu.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ethosu_pmu/include/pmu_ethosu.h b/ethosu_pmu/include/pmu_ethosu.h
index b8b1a23..e5eaba9 100644
--- a/ethosu_pmu/include/pmu_ethosu.h
+++ b/ethosu_pmu/include/pmu_ethosu.h
@@ -83,7 +83,8 @@ typedef uint32_t PMU_Ethosu_evnt_Type[ETHOSU_PMU_NCOUNTERS];
* */
enum ethosu_pmu_event_type
{
- ETHOSU_PMU_CYCLE = 0,
+ ETHOSU_PMU_NO_EVENT = 0,
+ ETHOSU_PMU_CYCLE,
ETHOSU_PMU_NPU_IDLE,
ETHOSU_PMU_MAC_ACTIVE,
ETHOSU_PMU_MAC_ACTIVE_8BIT,
@@ -93,6 +94,7 @@ enum ethosu_pmu_event_type
ETHOSU_PMU_MAC_STALLED_BY_WD,
ETHOSU_PMU_MAC_STALLED_BY_ACC,
ETHOSU_PMU_MAC_STALLED_BY_IB,
+ ETHOSU_PMU_MAC_ACTIVE_32BIT,
ETHOSU_PMU_AO_ACTIVE,
ETHOSU_PMU_AO_ACTIVE_8BIT,
ETHOSU_PMU_AO_ACTIVE_16BIT,
@@ -110,6 +112,10 @@ enum ethosu_pmu_event_type
ETHOSU_PMU_WD_PARSE_STALLED,
ETHOSU_PMU_WD_PARSE_STALLED_IN,
ETHOSU_PMU_WD_PARSE_STALLED_OUT,
+ ETHOSU_PMU_WD_TRANS_WS,
+ ETHOSU_PMU_WD_TRANS_WB,
+ ETHOSU_PMU_WD_TRANS_DW0,
+ ETHOSU_PMU_WD_TRANS_DW1,
ETHOSU_PMU_AXI0_RD_TRANS_ACCEPTED,
ETHOSU_PMU_AXI0_RD_TRANS_COMPLETED,
ETHOSU_PMU_AXI0_RD_DATA_BEAT_RECEIVED,