commit | 74cf0bc75f1671b8da3b2e6ef7b2dc75cab0016a | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Tue May 26 17:23:39 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu May 28 17:13:26 2015 +0100 |
tree | 1a4d0de76bd5e807834fc2d6b3030b29e7264883 | |
parent | 29ba0f37f1578db268ac805c117365923b9a7663 [diff] |
arm: perf: unify perf_event{,_cpu}.c Now that the arm_pmu framework is only used for CPU PMUs, there's no reason to keep the pseudo-generic and CPU-specific framework portions separate. This patch folds the two into perf_event.c. Signed-off-by: Mark Rutland <mark.rutland@arm.com> [will: fixed up irq cfg to match upstream] Signed-off-by: Will Deacon <will.deacon@arm.com>