gem5
v20.1.0.0
|
#include <vector>
#include "debug/DVFS.hh"
#include "params/DVFSHandler.hh"
#include "sim/clock_domain.hh"
#include "sim/eventq.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | DVFSHandler |
DVFS Handler class, maintains a list of all the domains it can handle. More... | |
struct | DVFSHandler::UpdateEvent |
Update performance level event, encapsulates all the required information for a future call to change a domain's performance level. More... | |
DVFSHandler and DomainConfig class declaration used for managing voltage and frequency scaling of the various DVFS domains in the system (with each domain having their independent domain configuration information)
Definition in file dvfs_handler.hh.