mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
coresight: etm_pmu: Set the module field
[ Upstream commit18996a113f] struct pmu::module must be set to the module owning the PMU driver. Set this for the coresight etm_pmu. Fixes:8e264c52e1("coresight: core: Allow the coresight core driver to be built as a module") Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20230405094922.667834-1-suzuki.poulose@arm.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
db6f1b2bba
commit
8506318455
@@ -830,6 +830,7 @@ int __init etm_perf_init(void)
|
||||
etm_pmu.addr_filters_sync = etm_addr_filters_sync;
|
||||
etm_pmu.addr_filters_validate = etm_addr_filters_validate;
|
||||
etm_pmu.nr_addr_filters = ETM_ADDR_CMP_MAX;
|
||||
etm_pmu.module = THIS_MODULE;
|
||||
|
||||
ret = perf_pmu_register(&etm_pmu, CORESIGHT_ETM_PMU_NAME, -1);
|
||||
if (ret == 0)
|
||||
|
||||
Reference in New Issue
Block a user