[RFC PATCH v3 0/2] drivers/perf: hisi: Add driver for HNS3 PMU

Guangbin Huang huangguangbin2 at huawei.com
Sat May 8 02:44:54 PDT 2021


This patch-set adds driver for HNS3(HiSilicon network system version 3)
PMU and doc to descript it.

This patchset is based on 5.12. Before applying this patchset, please
apply patchset "drivers/perf: hisi: Add support for PCIe PMU" firstly,
because the code of this driver is the same directory as HiSilicon PCIe
PMU.

change log:

V3:
 - add a space before "*/" in patch #2.
 - add supported events for HNS3 PMU.

V2:
 - Address the comments from John.
 - Link: https://lore.kernel.org/linux-arm-kernel/1616377787-1550-1-git-send-email-huangguangbin2@huawei.com/


Guangbin Huang (2):
  drivers/perf: hisi: Add description for HNS3 PMU driver
  drivers/perf: hisi: add driver for HNS3 PMU

 Documentation/admin-guide/perf/hns3-pmu.rst |  129 +++
 MAINTAINERS                                 |    6 +
 drivers/perf/pci/Kconfig                    |    8 +
 drivers/perf/pci/hisilicon/Makefile         |    1 +
 drivers/perf/pci/hisilicon/hns3_pmu.c       | 1586 +++++++++++++++++++++++++++
 include/linux/cpuhotplug.h                  |    1 +
 6 files changed, 1731 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/hns3-pmu.rst
 create mode 100644 drivers/perf/pci/hisilicon/hns3_pmu.c

-- 
2.8.1




More information about the linux-arm-kernel mailing list