]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: perf: clean and update ARMv7 event numbers
authorWill Deacon <will.deacon@arm.com>
Thu, 29 Sep 2011 14:29:02 +0000 (15:29 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 16 Nov 2011 10:37:04 +0000 (10:37 +0000)
commitf216a0a00d02f5b649e4fc68ea4717f6a374b524
tree7b03e14ab2456cb2adb1f4847b59d28553688000
parentcfcfc9eca2bcbd26a8e206baeb005b055dbf8e37
ARM: perf: clean and update ARMv7 event numbers

This patch updates the ARMv7 perf event numbers so that:

(1) A consistent naming scheme is used between different CPUs.

(2) Only events actually used by Linux are described.

(3) Where possible, architected events are used in preference to
    CPU-specific events.

This results in the removal of a load of unused, hardcoded data and
makes it more clear as to which events are supported on each PMU.

Cc: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/perf_event_v7.c