]> git.karo-electronics.de Git - linux-beck.git/commit
arm64: perf: Convert event enums to #defines
authorDrew Richardson <drew.richardson@arm.com>
Thu, 22 Oct 2015 14:07:01 +0000 (07:07 -0700)
committerWill Deacon <will.deacon@arm.com>
Mon, 16 Nov 2015 17:09:02 +0000 (17:09 +0000)
commit90381cba64591e27d0e8bbfe71bf8a98bd2a3db3
tree5b56628482fcc71ee8e85349d36e0276f85b7e1e
parent3fbac6ccb6c3a8958239d9026c4d41db60c2f1cf
arm64: 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/arm64/kernel/perf_event.c