Merge tag 'arm-perf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:49:52 +0000 (13:49 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:49:52 +0000 (13:49 +0100)
commitb9e0e5a9e075575cc47940da8271d4908d3ae9c3
tree1ad6cafc584265817fc7ff772dc6c27745c7e55d
parentc3e6dc65f2ce83dacc0a18104bf44931e7eb8a5d
parentaf66abfe2ec8bd82211e9e4f036a64c902ff4cdb
Merge tag 'arm-perf-3.19' of git://git./linux/kernel/git/will/linux into next/drivers

Pull "ARM: perf: updates for 3.19" from Will Deacon:

This patch series takes us slightly further on the road to big.LITTLE
support in perf. The main change enabling this is moving the CCI PMU
driver away from the arm-pmu abstraction, allowing the arch code to
focus specifically on support for CPU PMUs.

* tag 'arm-perf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux:
  arm: perf: fold hotplug notifier into arm_pmu
  arm: perf: dynamically allocate cpu hardware data
  arm: perf: fold percpu_pmu into pmu_hw_events
  arm: perf: kill get_hw_events()
  arm: perf: limit size of accounting data
  arm: perf: use IDR types for CPU PMUs
  arm: perf: make PMU probing data-driven
  arm: perf: add missing pr_info newlines
  arm: perf: factor out callchain code
  ARM: perf: use pr_* instead of printk
  ARM: perf: remove useless return and check of idx in counter handling
  bus: cci: move away from arm_pmu framework

Signed-off-by: Arnd Bergmann <arnd@arndb.de>