gem5
|
#include <map>
#include <memory>
#include <vector>
#include "arch/arm/isa_device.hh"
#include "arch/arm/registers.hh"
#include "sim/probe/probe.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | ArmISA::PMU |
Model of an ARM PMU version 3. More... | |
class | ArmISA::PMU::ProbeListener |
struct | ArmISA::PMU::EventType |
Event type configuration. More... | |
struct | ArmISA::PMU::CounterState |
State of a counter within the PMU. More... | |
Namespaces | |
ArmISA | |