[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220214114228.40859-1-liuqi115@huawei.com>
Date: Mon, 14 Feb 2022 19:42:26 +0800
From: Qi Liu <liuqi115@...wei.com>
To: <will@...nel.org>, <mark.rutland@....com>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
<zhangshaokun@...ilicon.com>
Subject: [PATCH 0/2] Add Support for HiSilicon CPA PMU
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
Powered by blists - more mailing lists