Skip to content

Commit 1919bd8

Browse files
jic23willdeacon
authored andcommitted
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: Shuai Xue <xueshuai@linux.alibaba.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240412161057.14099-18-Jonathan.Cameron@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 7bf7543 commit 1919bd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/perf/alibaba_uncore_drw_pmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ static int ali_drw_pmu_probe(struct platform_device *pdev)
709709

710710
drw_pmu->pmu = (struct pmu) {
711711
.module = THIS_MODULE,
712+
.parent = &pdev->dev,
712713
.task_ctx_nr = perf_invalid_context,
713714
.event_init = ali_drw_pmu_event_init,
714715
.add = ali_drw_pmu_add,

0 commit comments

Comments
 (0)