Loading
drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()
mainline inclusion from mainline-v6.9-rc1 commit 54a9e47eebb9064de9c65a6c22bb31e1a67f3903 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9HCSA CVE: NA Reference: https://lore.kernel.org/all/20240223103359.18669-1-yangyicong@huawei.com/ ------------------------------------------------------------------------ hisi_pcie_pmu_{config,clear}_filter() are config/clear HISI_PCIE_EVENT_CTRL register which contains not only the filter but also the event code. The function names are bit misleading. Rename it to hisi_pcie_pmu_{config,clear}_event_ctrl() to reflects their functions more accurately. Signed-off-by:Yicong Yang <yangyicong@hisilicon.com> Reviewed-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240223103359.18669-2-yangyicong@huawei.com Signed-off-by:
Will Deacon <will@kernel.org> Signed-off-by:
Slim6882 <yangjunshuo@huawei.com>