Re: [PATCH v7 1/3] perf: cavium: Support memory controller PMU counters

2017-07-24 Thread Jonathan Cameron
On Mon, 24 Jul 2017 10:57:18 +0200 Jan Glauber wrote: > Hi Jonathan, > > On Wed, Jul 19, 2017 at 09:31:01PM +0800, Jonathan Cameron wrote: > > On Wed, 19 Jul 2017 14:08:45 +0200 > > Jan Glauber wrote: > > > > > Add support for the PMU counters on Cavium SOC memory controllers. > > > > > > T

Re: [PATCH v7 1/3] perf: cavium: Support memory controller PMU counters

2017-07-24 Thread Jan Glauber
Hi Jonathan, On Wed, Jul 19, 2017 at 09:31:01PM +0800, Jonathan Cameron wrote: > On Wed, 19 Jul 2017 14:08:45 +0200 > Jan Glauber wrote: > > > Add support for the PMU counters on Cavium SOC memory controllers. > > > > This patch also adds generic functions to allow supporting more > > devices w

Re: [PATCH v7 1/3] perf: cavium: Support memory controller PMU counters

2017-07-19 Thread Jonathan Cameron
On Wed, 19 Jul 2017 14:08:45 +0200 Jan Glauber wrote: > Add support for the PMU counters on Cavium SOC memory controllers. > > This patch also adds generic functions to allow supporting more > devices with PMU counters. > > Properties of the LMC PMU counters: > - not stoppable > - fixed purpose

[PATCH v7 1/3] perf: cavium: Support memory controller PMU counters

2017-07-19 Thread Jan Glauber
Add support for the PMU counters on Cavium SOC memory controllers. This patch also adds generic functions to allow supporting more devices with PMU counters. Properties of the LMC PMU counters: - not stoppable - fixed purpose - read-only - one PCI device per memory controller Signed-off-by: Jan