lkml.org 
[lkml]   [2022]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/3] drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
On Tue, 25 Oct 2022 19:32:40 +0800
Yicong Yang <yangyicong@huawei.com> wrote:

> From: Yicong Yang <yangyicong@hisilicon.com>
>
> Some event id of hisi-pcie-pmu is incorrect, fix them.
>
> Fixes: 8404b0fbc7fb ("drivers/perf: hisi: Add driver for HiSilicon PCIe PMU")
> Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
FWIW given these are magic value updates.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>


> ---
> drivers/perf/hisilicon/hisi_pcie_pmu.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/perf/hisilicon/hisi_pcie_pmu.c b/drivers/perf/hisilicon/hisi_pcie_pmu.c
> index 21771708597d..071e63d9a9ac 100644
> --- a/drivers/perf/hisilicon/hisi_pcie_pmu.c
> +++ b/drivers/perf/hisilicon/hisi_pcie_pmu.c
> @@ -693,10 +693,10 @@ static struct attribute *hisi_pcie_pmu_events_attr[] = {
> HISI_PCIE_PMU_EVENT_ATTR(rx_mrd_cnt, 0x10210),
> HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_latency, 0x0011),
> HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_cnt, 0x10011),
> - HISI_PCIE_PMU_EVENT_ATTR(rx_mrd_flux, 0x1005),
> - HISI_PCIE_PMU_EVENT_ATTR(rx_mrd_time, 0x11005),
> - HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_flux, 0x2004),
> - HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_time, 0x12004),
> + HISI_PCIE_PMU_EVENT_ATTR(rx_mrd_flux, 0x0804),
> + HISI_PCIE_PMU_EVENT_ATTR(rx_mrd_time, 0x10804),
> + HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_flux, 0x0405),
> + HISI_PCIE_PMU_EVENT_ATTR(tx_mrd_time, 0x10405),
> NULL
> };
>

\
 
 \ /
  Last update: 2022-11-09 18:02    [W:0.091 / U:2.848 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site