lkml.org 
[lkml]   [2017]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver
Date
This patchset adds support for HiSilicon SoC uncore PMUs driver. It
includes L3C, Hydra Home Agent (HHA) and DDRC.

Shaokun Zhang (6):
Documentation: perf: hisi: Documentation for HiSilicon SoC PMU driver
drivers: perf: hisi: Add support for HiSilicon SoC uncore PMU driver
drivers: perf: hisi: Add support for HiSilicon SoC L3C PMU driver
drivers: perf: hisi: Add support for HiSilicon SoC HHA PMU driver
drivers: perf: hisi: Add support for HiSilicon SoC DDRC PMU driver
arm64: MAINTAINERS: hisi: Add HiSilicon SoC PMU support

Documentation/perf/hisi-pmu.txt | 51 +++
MAINTAINERS | 7 +
drivers/perf/Kconfig | 7 +
drivers/perf/Makefile | 1 +
drivers/perf/hisilicon/Makefile | 1 +
drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c | 435 ++++++++++++++++++++
drivers/perf/hisilicon/hisi_uncore_hha_pmu.c | 451 +++++++++++++++++++++
drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 554 ++++++++++++++++++++++++++
drivers/perf/hisilicon/hisi_uncore_pmu.c | 416 +++++++++++++++++++
drivers/perf/hisilicon/hisi_uncore_pmu.h | 116 ++++++
include/linux/cpuhotplug.h | 1 +
11 files changed, 2040 insertions(+)
create mode 100644 Documentation/perf/hisi-pmu.txt
create mode 100644 drivers/perf/hisilicon/Makefile
create mode 100644 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c
create mode 100644 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c
create mode 100644 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c
create mode 100644 drivers/perf/hisilicon/hisi_uncore_pmu.c
create mode 100644 drivers/perf/hisilicon/hisi_uncore_pmu.h

--
1.9.1

\
 
 \ /
  Last update: 2017-06-27 09:57    [W:0.096 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site