commit | 132ea6319ab9292bef7c0ea87f396ef9de2db0fe | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <Andreas.Sandberg@ARM.com> | Thu Oct 16 05:49:38 2014 -0400 |
committer | Andreas Sandberg <Andreas.Sandberg@ARM.com> | Thu Oct 16 05:49:38 2014 -0400 |
tree | 82e931043550594401c2de7230249b72164e701a | |
parent | 804ed4b4186b93071fe6e8ba8e491a44cb7b0c45 [diff] |
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.