Skip to content

Commit f11dd0d

Browse files
kimphillamdIngo Molnar
authored andcommitted
perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS Op
Commit: 2ff4025 ("perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs") neglected to do so. Fixes: 2ff4025 ("perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs") Signed-off-by: Kim Phillips <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 26db2e0 commit f11dd0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/amd/ibs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ static struct perf_ibs perf_ibs_op = {
571571
.start = perf_ibs_start,
572572
.stop = perf_ibs_stop,
573573
.read = perf_ibs_read,
574+
.capabilities = PERF_PMU_CAP_NO_EXCLUDE,
574575
},
575576
.msr = MSR_AMD64_IBSOPCTL,
576577
.config_mask = IBS_OP_CONFIG_MASK,

0 commit comments

Comments
 (0)