Re: [PATCH v2 2/2] soc: qcom: add l2 cache perf events driver

2016-08-08 Thread Neil Leeder
On 8/5/2016 07:15 PM, Paul Gortmaker wrote: > On Thu, Aug 4, 2016 at 5:11 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. >> >> Signe

Re: [PATCH v2 2/2] soc: qcom: add l2 cache perf events driver

2016-08-06 Thread Paul Gortmaker
On Thu, Aug 4, 2016 at 5:11 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 > --- > drivers/soc/qcom/Kconfi