Home
last modified time | relevance | path

Searched refs:performanceMonitoringUnit (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs62 if(performanceMonitoringUnit != null) in Register()
66 performanceMonitoringUnit = peripheral; in Register()
69 performanceMonitoringUnit.RegisterCPU(this); in Register()
74 performanceMonitoringUnit = null; in Unregister()
400 performanceMonitoringUnit?.OnOverflowAction(counter); in ReportPMUOverflow()
403 private ArmPerformanceMonitoringUnit performanceMonitoringUnit; field in Antmicro.Renode.Peripherals.CPU.Arm