arm: perf: Convert event enums to #defines
authorDrew Richardson <drew.richardson@arm.com>
Wed, 28 Oct 2015 15:19:56 +0000 (08:19 -0700)
committerWill Deacon <will.deacon@arm.com>
Mon, 16 Nov 2015 15:41:49 +0000 (15:41 +0000)
commitf4ab36cb103a55d02ef83727880a14d9be9823f0
tree6a440a003b9b5de681d6c92686ee1ee21016be02
parentb916b785af99088916a122cb37de1bda3fa7f70e
arm: perf: Convert event enums to #defines

The enums are not necessary and this allows the event values to be
used to construct static strings at compile time.

Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/perf_event_v7.c