Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_sllc_pmu.c94 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_enable_tracetag() local
95 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_enable_tracetag()
101 val = readl(sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_enable_tracetag()
103 writel(val, sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_enable_tracetag()
109 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_disable_tracetag() local
110 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_disable_tracetag()
116 val = readl(sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_disable_tracetag()
118 writel(val, sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_disable_tracetag()
124 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_config_tgtid() local
125 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_config_tgtid()
[all …]