[RFC PATCH v2 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
Guangbin Huang
huangguangbin2 at huawei.com
Fri May 7 06:08:01 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-rc4. 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:
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 | 331 ++++++++++++++++++++++++++++
include/linux/cpuhotplug.h | 1 +
6 files changed, 476 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