]> git.baikalelectronics.ru Git - kernel.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)
commit11e2a57d88389ddae1618090002d1a653e71ca94
tree5b56628482fcc71ee8e85349d36e0276f85b7e1e
parentac29e59dfdfab581b07b14c91b6feb9883ccd118
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