sim: Add typedefs for PMU probe points
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Thu, 16 Oct 2014 09:49:38 +0000 (05:49 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Thu, 16 Oct 2014 09:49:38 +0000 (05:49 -0400)
commit132ea6319ab9292bef7c0ea87f396ef9de2db0fe
tree82e931043550594401c2de7230249b72164e701a
parent804ed4b4186b93071fe6e8ba8e491a44cb7b0c45
sim: Add typedefs for PMU probe points

In order to show make PMU probe points usable across different PMU
implementations, we want a common probe interface. This patch the
namespace ProbePoins that contains typedefs for probe points that are
shared between multiple SimObjects. It also adds typedefs for the PMU
probe interface.
src/sim/probe/pmu.hh [new file with mode: 0644]
src/sim/probe/probe.hh