Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-28 Thread Leeder, Neil
On 10/28/2016 12:02 PM, Will Deacon wrote: On Tue, Oct 04, 2016 at 12:25:54PM -0400, Neil Leeder wrote: Thanks Mark. I'll move it, rebase on 4.9-rc1 and run perf fuzzer. Did the fuzzer explode, or do you have a new version you can post? Will Hi Will, I was delayed by some logistical

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-28 Thread Leeder, Neil
On 10/28/2016 12:02 PM, Will Deacon wrote: On Tue, Oct 04, 2016 at 12:25:54PM -0400, Neil Leeder wrote: Thanks Mark. I'll move it, rebase on 4.9-rc1 and run perf fuzzer. Did the fuzzer explode, or do you have a new version you can post? Will Hi Will, I was delayed by some logistical

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-28 Thread Will Deacon
On Tue, Oct 04, 2016 at 12:25:54PM -0400, Neil Leeder wrote: > Thanks Mark. I'll move it, rebase on 4.9-rc1 and run perf fuzzer. Did the fuzzer explode, or do you have a new version you can post? Will

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-28 Thread Will Deacon
On Tue, Oct 04, 2016 at 12:25:54PM -0400, Neil Leeder wrote: > Thanks Mark. I'll move it, rebase on 4.9-rc1 and run perf fuzzer. Did the fuzzer explode, or do you have a new version you can post? Will

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Neil Leeder
On 10/4/2016 11:53 AM, Mark Rutland wrote: > Hi Neil, > > On Wed, Sep 21, 2016 at 05:12:54PM -0400, Neil Leeder wrote: >> Adds perf events support for L2 cache PMU. >> >> The L2 cache PMU driver is named 'l2cache_0' and can be used >> with perf events to profile L2 events such as cache hits >>

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Neil Leeder
On 10/4/2016 11:53 AM, Mark Rutland wrote: > Hi Neil, > > On Wed, Sep 21, 2016 at 05:12:54PM -0400, Neil Leeder wrote: >> Adds perf events support for L2 cache PMU. >> >> The L2 cache PMU driver is named 'l2cache_0' and can be used >> with perf events to profile L2 events such as cache hits >>

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Mark Rutland
Hi Neil, On Wed, Sep 21, 2016 at 05:12:54PM -0400, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Mark Rutland
Hi Neil, On Wed, Sep 21, 2016 at 05:12:54PM -0400, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder > --- >

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Neil Leeder
On 9/21/2016 05:12 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder > --- > v6:

Re: [PATCH v6] soc: qcom: add l2 cache perf events driver

2016-10-04 Thread Neil Leeder
On 9/21/2016 05:12 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses. > > Signed-off-by: Neil Leeder > --- > v6: restore accidentally

[PATCH v6] soc: qcom: add l2 cache perf events driver

2016-09-21 Thread Neil Leeder
Adds perf events support for L2 cache PMU. The L2 cache PMU driver is named 'l2cache_0' and can be used with perf events to profile L2 events such as cache hits and misses. Signed-off-by: Neil Leeder --- v6: restore accidentally dropped Kconfig dependencies v5: Fold the

[PATCH v6] soc: qcom: add l2 cache perf events driver

2016-09-21 Thread Neil Leeder
Adds perf events support for L2 cache PMU. The L2 cache PMU driver is named 'l2cache_0' and can be used with perf events to profile L2 events such as cache hits and misses. Signed-off-by: Neil Leeder --- v6: restore accidentally dropped Kconfig dependencies v5: Fold the header and l2-accessors