Re: [PATCH v4 13/13] drivers/perf: use PERF_PMU_CAP_NO_EXCLUDE for Cavium TX2 PMU
From: Will Deacon <hidden>
Date: 2019-01-10 11:10:20
Also in:
linux-alpha, linux-arm-kernel, lkml
From: Will Deacon <hidden>
Date: 2019-01-10 11:10:20
Also in:
linux-alpha, linux-arm-kernel, lkml
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 <redacted> --- drivers/perf/thunderx2_pmu.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-)
Acked-by: Will Deacon <redacted> Thanks for fixing this up. Will