29 Jun 2012 19:08
[PATCH 0/4] Extend support for ARMv7 processors
Will Deacon <will.deacon <at> arm.com>
2012-06-29 17:08:58 GMT
2012-06-29 17:08:58 GMT
Hello,
This patch series adds support for Cortex-A{5,7,15} processors to operf.
I've added some likely strings for oprofilefs support too but I'm not
sure if I'll merge the corresponding kernel-side changes unless people
really want them.
The first patch also reworks many of the common ARMv7 architectural
events to echo the definitions and terms used by the architecture
reference manual.
All feedback welcome,
Will
Will Deacon (4):
ARM: update architected ARMv7 event descriptions
ARM: add support for Cortex-A5 ARMv7 PMU implementations
ARM: add support for Cortex-A7 ARMv7 PMU implementations
ARM: add support for Cortex-A15 ARMv7 PMU implementations
events/Makefile.am | 3 ++
events/arm/armv7-ca15/events | 57 ++++++++++++++++++++++++++++++++++++++
events/arm/armv7-ca15/unit_masks | 4 ++
events/arm/armv7-ca5/events | 15 ++++++++++
events/arm/armv7-ca5/unit_masks | 4 ++
events/arm/armv7-ca7/events | 10 ++++++
events/arm/armv7-ca7/unit_masks | 4 ++
events/arm/armv7-common/events | 52 ++++++++++++++++++++++------------
libop/op_cpu_type.c | 9 ++++++
(Continue reading)
RSS Feed