[PATCH 0/2] Add Support for HiSilicon CPA PMU

Qi Liu posted 2 patches 4 years, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/perf/hisilicon/Makefile               |   2 +-
drivers/perf/hisilicon/hisi_uncore_cpa_pmu.c  | 403 ++++++++++++++++++
include/linux/cpuhotplug.h                    |   1 +
.../arm64/hisilicon/hip09/sys/uncore-cpa.json |  81 ++++
tools/perf/pmu-events/jevents.c               |   1 +
5 files changed, 487 insertions(+), 1 deletion(-)
create mode 100644 drivers/perf/hisilicon/hisi_uncore_cpa_pmu.c
create mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json
[PATCH 0/2] Add Support for HiSilicon CPA PMU
Posted by Qi Liu 4 years, 4 months ago
Add Support for HiSilicon CPA PMU, including PMU driver and json
file in perf tool.

Qi Liu (2):
  drivers/perf: hisi: Add Support for CPA PMU
  perf jevents: Add support for HiSilicon CPA PMU aliasing

 drivers/perf/hisilicon/Makefile               |   2 +-
 drivers/perf/hisilicon/hisi_uncore_cpa_pmu.c  | 403 ++++++++++++++++++
 include/linux/cpuhotplug.h                    |   1 +
 .../arm64/hisilicon/hip09/sys/uncore-cpa.json |  81 ++++
 tools/perf/pmu-events/jevents.c               |   1 +
 5 files changed, 487 insertions(+), 1 deletion(-)
 create mode 100644 drivers/perf/hisilicon/hisi_uncore_cpa_pmu.c
 create mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json

-- 
2.24.0