arm64/perf: Changed events naming as per the ARM ARM
authorAshok Kumar <ashoks@broadcom.com>
Thu, 21 Apr 2016 12:58:41 +0000 (05:58 -0700)
committerWill Deacon <will.deacon@arm.com>
Mon, 25 Apr 2016 13:11:06 +0000 (14:11 +0100)
commit03598fdbc9deaecde3d981d42cd36f108fab4aa2
tree664b7a2ca444829ac27c6c00988cb882bcfa5edc
parent713755d724065d0b191fc42fda2890a1430c5038
arm64/perf: Changed events naming as per the ARM ARM

changed all the common events name definition as per the document
ARM DDI 0487A.g

SoC specific event names follow the general naming style in
the file and doesn't reflect any document.
changed ARMV8_A53_PERFCTR_PREFETCH_LINEFILL to
ARMV8_A53_PERFCTR_PREF_LINEFILL to match with other SoC specific
event names which use _PREF_ style.

corrected typo l21 to l2i.

Signed-off-by: Ashok Kumar <ashoks@broadcom.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c