[RESEND PATCH 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
From: Ganapatrao Kulkarni <hidden>
Date: 2017-05-29 03:14:08
Also in:
lkml
From: Ganapatrao Kulkarni <hidden>
Date: 2017-05-29 03:14:08
Also in:
lkml
Hi Mark, Will, can you please review this patchset? On Wed, May 17, 2017 at 12:30 PM, Ganapatrao Kulkarni [off-list ref] wrote:
This adds PMU driver for Cavium's ThunderX2 SoC UNCORE devices. The SoC has PMU support in its L3 cache controller (L3C) and in the DDR4 Memory Controller (DMC). Ganapatrao Kulkarni (2): perf: uncore: Adding documentation for ThunderX2 pmu uncore driver perf: ThunderX2: Add Cavium Thunderx2 SoC UNCORE PMU driver Documentation/perf/thunderx2-pmu.txt | 60 +++ drivers/perf/Kconfig | 9 + drivers/perf/Makefile | 1 + drivers/perf/thunderx2_pmu.c | 965 +++++++++++++++++++++++++++++++++++ 4 files changed, 1035 insertions(+) create mode 100644 Documentation/perf/thunderx2-pmu.txt create mode 100644 drivers/perf/thunderx2_pmu.c -- 1.8.1.4
thanks Ganapat