Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537920 > unrolled thread

[PATCH v2 05/10] perf: hisi: Update Kconfig for Hisilicon PMU support

Started byAnurup M <anurupvasu@gmail.com>
First post2016-12-07 18:00 +0100
Last post2016-12-07 18:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 05/10] perf: hisi: Update Kconfig for Hisilicon PMU support Anurup M <anurupvasu@gmail.com> - 2016-12-07 18:00 +0100

#1537920 — [PATCH v2 05/10] perf: hisi: Update Kconfig for Hisilicon PMU support

FromAnurup M <anurupvasu@gmail.com>
Date2016-12-07 18:00 +0100
Subject[PATCH v2 05/10] perf: hisi: Update Kconfig for Hisilicon PMU support
Message-ID<sLNJx-2Ce-71@gated-at.bofh.it>
Update Kconfig for Hip05/06/07 PMU support.

Signed-off-by: Anurup M <anurup.m@huawei.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: John Garry <john.garry@huawei.com>
---
 drivers/perf/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 4d5c5f9..2befa55 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -19,4 +19,12 @@ config XGENE_PMU
         help
           Say y if you want to use APM X-Gene SoC performance monitors.
 
+config HISI_PMU
+	bool "Enable hardware event counter support for HiSilicon SoC"
+	depends on HW_PERF_EVENTS && ARM64
+	help
+	  Enable hardware event counter support for hardware event counters
+	  in Hisilicon hip05/06/07 SoC. The hardware modules like L3C, MN and
+	  DDRC have hardware events and counters.
+
 endmenu
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web