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.murray@xxxxxxx> > --- > drivers/perf/thunderx2_pmu.c | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) Acked-by: Will Deacon <will.deacon@xxxxxxx> Thanks for fixing this up. Will