[PATCH 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
Tai Nguyen
ttnguyen at apm.com
Thu Mar 31 16:37:48 PDT 2016
perf: Add APM X-Gene SoC Performance Monitoring Unit driver
In addition to the X-Gene ARM CPU performance monitoring unit (PMU), there
are PMU for the SoC system devices such as L3 cache(s), I/O bridge(s),
memory controller bridges and memory. These PMU devices are loosely
architected to follow the same model as the PMU for ARM cores.
Signed-off-by: Tai Nguyen <ttnguyen at apm.com>
Tai Nguyen (4):
MAINTAINERS: Add entry for APM X-Gene SoC PMU driver
Documentation: Add documentation for APM X-Gene SoC PMU DTS binding
perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver
arm64: dts: apm: Add APM X-Gene SoC PMU DTS entries
.../devicetree/bindings/perf/apm-xgene-pmu.txt | 116 ++
MAINTAINERS | 7 +
arch/arm64/boot/dts/apm/apm-storm.dtsi | 60 +
drivers/perf/Kconfig | 7 +
drivers/perf/Makefile | 1 +
drivers/perf/xgene_pmu.c | 1447 ++++++++++++++++++++
6 files changed, 1638 insertions(+)
create mode 100644 Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
create mode 100644 drivers/perf/xgene_pmu.c
--
1.9.1
More information about the linux-arm-kernel
mailing list