Home
last modified time | relevance | path

Searched refs:uc_pmu (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/perf/hisilicon/
H A Dhisi_uncore_uc_pmu.c58 dev_err(uc_pmu->dev, in hisi_uc_pmu_check_filter()
68 dev_warn(uc_pmu->dev, in hisi_uc_pmu_check_filter()
396 uc_pmu->identifier = readl(uc_pmu->base + HISI_UC_VERSION_REG); in hisi_uc_pmu_init_data()
484 uc_pmu->dev = &pdev->dev; in hisi_uc_pmu_dev_probe()
485 uc_pmu->on_cpu = -1; in hisi_uc_pmu_dev_probe()
502 struct hisi_pmu *uc_pmu; in hisi_uc_pmu_probe() local
506 uc_pmu = devm_kzalloc(&pdev->dev, sizeof(*uc_pmu), GFP_KERNEL); in hisi_uc_pmu_probe()
507 if (!uc_pmu) in hisi_uc_pmu_probe()
517 uc_pmu->topo.sccl_id, uc_pmu->topo.ccl_id, in hisi_uc_pmu_probe()
528 &uc_pmu->node); in hisi_uc_pmu_probe()
[all …]