[PATCH 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs

Yushan Wang posted 2 patches 1 month, 3 weeks ago
There is a newer version of this series
Documentation/admin-guide/perf/hisi-pmu.rst  |   6 +
drivers/perf/hisilicon/Makefile              |   2 +-
drivers/perf/hisilicon/hisi_uncore_its_pmu.c | 365 +++++++++++++++++++
drivers/perf/hisilicon/hisi_uncore_mn_pmu.c  |  61 +++-
4 files changed, 427 insertions(+), 7 deletions(-)
create mode 100644 drivers/perf/hisilicon/hisi_uncore_its_pmu.c
[PATCH 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
Posted by Yushan Wang 1 month, 3 weeks ago
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.

Yifan Wu (1):
  drivers/perf: hisi: Add new function for HiSilicon MN PMU driver

Yushan Wang (1):
  drivers/perf: hisi: Support uncore ITS PMU

 Documentation/admin-guide/perf/hisi-pmu.rst  |   6 +
 drivers/perf/hisilicon/Makefile              |   2 +-
 drivers/perf/hisilicon/hisi_uncore_its_pmu.c | 365 +++++++++++++++++++
 drivers/perf/hisilicon/hisi_uncore_mn_pmu.c  |  61 +++-
 4 files changed, 427 insertions(+), 7 deletions(-)
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_its_pmu.c

-- 
2.33.0
Re: [PATCH 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
Posted by Yushan Wang 4 weeks ago
Hi all, a gentle ping on this.

All comments are welcomed!

On 4/23/2026 11:29 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.
>
> Yifan Wu (1):
>   drivers/perf: hisi: Add new function for HiSilicon MN PMU driver
>
> Yushan Wang (1):
>   drivers/perf: hisi: Support uncore ITS PMU
>
>  Documentation/admin-guide/perf/hisi-pmu.rst  |   6 +
>  drivers/perf/hisilicon/Makefile              |   2 +-
>  drivers/perf/hisilicon/hisi_uncore_its_pmu.c | 365 +++++++++++++++++++
>  drivers/perf/hisilicon/hisi_uncore_mn_pmu.c  |  61 +++-
>  4 files changed, 427 insertions(+), 7 deletions(-)
>  create mode 100644 drivers/perf/hisilicon/hisi_uncore_its_pmu.c
>
Re: [PATCH 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
Posted by Will Deacon 1 week, 6 days ago
On Tue, May 19, 2026 at 04:42:32PM +0800, Yushan Wang wrote:
> Hi all, a gentle ping on this.
> 
> All comments are welcomed

Sashiko has a few (some of which are bogus):

https://sashiko.dev/#/patchset/20260423152959.1458563-1-wangyushan12@huawei.com

Will
Re: [PATCH 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
Posted by Yushan Wang 1 week ago

On 6/4/2026 3:57 AM, Will Deacon wrote:
> On Tue, May 19, 2026 at 04:42:32PM +0800, Yushan Wang wrote:
>> Hi all, a gentle ping on this.
>>
>> All comments are welcomed
> Sashiko has a few (some of which are bogus):
>
> https://sashiko.dev/#/patchset/20260423152959.1458563-1-wangyushan12@huawei.com
>
> Will
Thanks for the reminding, I will post newer version this week.