Lines Matching +full:up +full:- +full:counter

9 Date: 2019-09-10
16 ---------------------
23 system register interface to the counter registers and also supports an
24 optional external memory-mapped interface.
26 Version 1 of the Activity Monitors architecture implements a counter group
27 of four fixed and architecturally defined 64-bit event counters.
29 - CPU cycle counter: increments at the frequency of the CPU.
30 - Constant counter: increments at the fixed frequency of the system
32 - Instructions retired: increments with every architecturally executed
34 - Memory stall cycles: counts instruction dispatch stall cycles caused by
39 The Activity Monitors architecture provides space for up to 16 architected
43 Additionally, version 1 implements a counter group of up to 16 auxiliary
44 64-bit event counters.
50 -------------
61 Firmware (code running at higher exception levels, e.g. arm-tf) support is
64 - Enable access for lower exception levels (EL2 and EL1) to the AMU
66 - Enable the counters. If not enabled these will read as 0.
67 - Save/restore the counters before/after the CPU is being put/brought up
72 counter registers. Even if these symptoms are not observed, the values
86 - SYS_AMEVCNTR0_CORE_EL0
87 - SYS_AMEVCNTR0_CONST_EL0
88 - SYS_AMEVCNTR0_INST_RET_EL0
89 - SYS_AMEVCNTR0_MEM_STALL_EL0
98 ----------------
102 - Security reasons: they might expose information about code executed in
104 - Purpose: AMU counters are intended for system management use.
110 --------------
115 - Security reasons: they might expose information about code executed