On Mon, Jan 07, 2019 at 04:27:30PM +0000, Andrew Murray wrote: > The Cavium ThunderX2 UNCORE PMU driver doesn't support any event > filtering. Let's advertise the PERF_PMU_CAP_NO_EXCLUDE capability to > simplify the code. > > Signed-off-by: Andrew Murray <andrew.mur...@arm.com> > --- > drivers/perf/thunderx2_pmu.c | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-)
Acked-by: Will Deacon <will.dea...@arm.com> Thanks for fixing this up. Will