Commit 1919bd8e authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Will Deacon

perf/alibaba_uncore: Assign parents for event_source device

Currently the PMU device appears directly under /sys/devices/
Only root busses should appear there, so instead assign the pmu->dev
parent to be the platform device.

Link: https://lore.kernel.org/linux-cxl/ZCLI9A40PJsyqAmq@kroah.com/Reviewed-by: default avatarShuai Xue <xueshuai@linux.alibaba.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20240412161057.14099-18-Jonathan.Cameron@huawei.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent 7bf75431
...@@ -709,6 +709,7 @@ static int ali_drw_pmu_probe(struct platform_device *pdev) ...@@ -709,6 +709,7 @@ static int ali_drw_pmu_probe(struct platform_device *pdev)
drw_pmu->pmu = (struct pmu) { drw_pmu->pmu = (struct pmu) {
.module = THIS_MODULE, .module = THIS_MODULE,
.parent = &pdev->dev,
.task_ctx_nr = perf_invalid_context, .task_ctx_nr = perf_invalid_context,
.event_init = ali_drw_pmu_event_init, .event_init = ali_drw_pmu_event_init,
.add = ali_drw_pmu_add, .add = ali_drw_pmu_add,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment