Skip to content

Commit e7ec479

Browse files
jic23willdeacon
authored andcommitted
perf/arm-cci: 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: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240412161057.14099-19-Jonathan.Cameron@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 1919bd8 commit e7ec479

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/perf/arm-cci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,7 @@ static int cci_pmu_init(struct cci_pmu *cci_pmu, struct platform_device *pdev)
14091409

14101410
cci_pmu->pmu = (struct pmu) {
14111411
.module = THIS_MODULE,
1412+
.parent = &pdev->dev,
14121413
.name = cci_pmu->model->name,
14131414
.task_ctx_nr = perf_invalid_context,
14141415
.pmu_enable = cci_pmu_enable,

0 commit comments

Comments
 (0)