drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capability
authorJunhao He <hejunhao3@huawei.com>
Thu, 19 Jan 2023 10:03:05 +0000 (18:03 +0800)
committerWill Deacon <will@kernel.org>
Thu, 19 Jan 2023 18:30:20 +0000 (18:30 +0000)
commit7f95da9d2dc4c20bb374c281ceb8fa40b6208f4b
tree9f03dc69eabc1bd00d1b07f99b63cb8c087d1d88
parentb7bfaa761d760e72a969d116517eaa12e404c262
drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capability

Missed initialization the variable of pmu::capabilities when extract
the initialization code of hisi_pmu->pmu into a function.

HISI UNCORE PMU drivers counters that not support context exclusion.
So we have to advertise the PERF_PMU_CAP_NO_EXCLUDE capability.
This ensures that perf will prevent us from handling events where
any exclusion flags are set.

Signed-off-by: Junhao He <hejunhao3@huawei.com>
Link: https://lore.kernel.org/r/20230119100307.3660-2-hejunhao3@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/hisilicon/hisi_uncore_pmu.c