gem5
v20.1.0.0
|
#include <map>
#include <memory>
#include <vector>
#include "arch/arm/isa_device.hh"
#include "arch/arm/registers.hh"
#include "arch/arm/system.hh"
#include "base/cprintf.hh"
#include "cpu/base.hh"
#include "debug/PMUVerbose.hh"
#include "sim/eventq.hh"
#include "sim/sim_object.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | ArmISA::PMU |
Model of an ARM PMU version 3. More... | |
struct | ArmISA::PMU::PMUEvent |
Event definition base class. More... | |
struct | ArmISA::PMU::RegularEvent |
struct | ArmISA::PMU::RegularEvent::RegularProbe |
class | ArmISA::PMU::SWIncrementEvent |
struct | ArmISA::PMU::CounterState |
State of a counter within the PMU. More... | |
Namespaces | |
ArmISA | |