]> Git Repo - J-linux.git/commitdiff
hwtracing: hisi_ptt: Assign parent for event_source device
authorJonathan Cameron <[email protected]>
Fri, 12 Apr 2024 16:10:57 +0000 (17:10 +0100)
committerSuzuki K Poulose <[email protected]>
Thu, 2 May 2024 10:36:11 +0000 (11:36 +0100)
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 PCI device.

Link: https://lore.kernel.org/linux-cxl/[email protected]/
Cc: Suzuki K Poulose <[email protected]>
Reviewed-by: Yicong Yang <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Acked-by: Suzuki K Poulose <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/hwtracing/ptt/hisi_ptt.c

index 4bf04a9778407acca7893172656d897ecd4c375a..3090479a2979883356edf9027ffb22aeeb371674 100644 (file)
@@ -1221,6 +1221,7 @@ static int hisi_ptt_register_pmu(struct hisi_ptt *hisi_ptt)
 
        hisi_ptt->hisi_ptt_pmu = (struct pmu) {
                .module         = THIS_MODULE,
+               .parent         = &hisi_ptt->pdev->dev,
                .capabilities   = PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_NO_EXCLUDE,
                .task_ctx_nr    = perf_sw_context,
                .attr_groups    = hisi_ptt_pmu_groups,
This page took 0.058903 seconds and 4 git commands to generate.