gem5  v22.1.0.0
Public Member Functions | List of all members
gem5::SystemCounterListener Class Referenceabstract

Abstract class for elements whose events depend on the counting speed of the System Counter. More...

#include <generic_timer.hh>

Inheritance diagram for gem5::SystemCounterListener:
gem5::ArchTimer gem5::GenericTimer::CoreTimers gem5::GenericWatchdog::Listener gem5::ArchTimerKvm

Public Member Functions

virtual void notify (void)=0
 Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function. More...
 

Detailed Description

Abstract class for elements whose events depend on the counting speed of the System Counter.

Definition at line 76 of file generic_timer.hh.

Member Function Documentation

◆ notify()

virtual void gem5::SystemCounterListener::notify ( void  )
pure virtual

Called from the SystemCounter when a change in counting speed occurred Events should be rescheduled properly inside this member function.

Implemented in gem5::GenericWatchdog::Listener, gem5::GenericTimer::CoreTimers, and gem5::ArchTimer.


The documentation for this class was generated from the following file:

Generated on Wed Dec 21 2022 10:23:16 for gem5 by doxygen 1.9.1