From: Yushan Wang <wangyushan12@huawei.com>
To: <will@kernel.org>, <mark.rutland@arm.com>, <robin.murphy@arm.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: <fanghao11@huawei.com>, <linuxarm@huawei.com>,
<liuyonglong@huawei.com>, <prime.zeng@hisilicon.com>,
<wangzhou1@hisilicon.com>
Subject: Re: [PATCH v2 0/3] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
Date: Fri, 12 Jun 2026 17:35:37 +0800 [thread overview]
Message-ID: <afe6b37a-becd-4431-bbc9-339d283275c0@huawei.com> (raw)
In-Reply-To: <20260612093207.1242000-1-wangyushan12@huawei.com>
There are some issues with patch 1, please ignore this, sorry.
On 6/12/2026 5:32 PM, Yushan Wang wrote:
> This patchset added support of ITS PMU, and new version of MN PMU.
>
> ITS PMU supports counting number and latency of interrupts by
> catagory, and statistics of micro-ops of ITS.
>
> The new version of MN PMU added cycles event, to be used for MN
> metric computing.
>
> Changes:
> v2:
> - Added int_en filter to tell if int_id is used, enabling filtering
> interrupt with 0 int_id per Sashiko.
> - Changed event format width to align with register width per Sashiko.
> Link to v1: https://lore.kernel.org/all/20260423152959.1458563-1-wangyushan12@huawei.com/
> Link to Sashiko review report: https://sashiko.dev/#/patchset/20260423152959.1458563-1-wangyushan12%40huawei.com
>
> Yifan Wu (1):
> drivers/perf: hisi: Add new function for HiSilicon MN PMU driver
>
> Yushan Wang (2):
> drivers/perf: hisi: Replace counter number with defined macro
> drivers/perf: hisi: Support uncore ITS PMU
>
> Documentation/admin-guide/perf/hisi-pmu.rst | 12 +
> drivers/perf/hisilicon/Makefile | 2 +-
> drivers/perf/hisilicon/hisi_uncore_its_pmu.c | 375 +++++++++++++++++++
> drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 2 +-
> drivers/perf/hisilicon/hisi_uncore_mn_pmu.c | 61 ++-
> 5 files changed, 444 insertions(+), 8 deletions(-)
> create mode 100644 drivers/perf/hisilicon/hisi_uncore_its_pmu.c
>
prev parent reply other threads:[~2026-06-12 9:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 9:32 [PATCH v2 0/3] drivers/perf: hisi: Updates for HiSilicon uncore PMUs Yushan Wang
2026-06-12 9:32 ` [PATCH v2 1/3] drivers/perf: hisi: Replace counter number with defined macro Yushan Wang
2026-06-12 9:32 ` [PATCH v2 2/3] drivers/perf: hisi: Support uncore ITS PMU Yushan Wang
2026-06-12 9:32 ` [PATCH v2 3/3] drivers/perf: hisi: Add new function for HiSilicon MN PMU driver Yushan Wang
2026-06-12 9:35 ` Yushan Wang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=afe6b37a-becd-4431-bbc9-339d283275c0@huawei.com \
--to=wangyushan12@huawei.com \
--cc=fanghao11@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=liuyonglong@huawei.com \
--cc=mark.rutland@arm.com \
--cc=prime.zeng@hisilicon.com \
--cc=robin.murphy@arm.com \
--cc=wangzhou1@hisilicon.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox