linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Support for HiSilicon CPA PMU
@ 2022-02-14 11:42 Qi Liu
  2022-02-14 11:42 ` [PATCH 1/2] drivers/perf: hisi: Add Support for " Qi Liu
  2022-02-14 11:42 ` [PATCH 2/2] perf jevents: Add support for HiSilicon CPA PMU aliasing Qi Liu
  0 siblings, 2 replies; 10+ messages in thread
From: Qi Liu @ 2022-02-14 11:42 UTC (permalink / raw)
  To: will, mark.rutland; +Cc: linux-arm-kernel, linux-kernel, linuxarm, zhangshaokun

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-18  8:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 11:42 [PATCH 0/2] Add Support for HiSilicon CPA PMU Qi Liu
2022-02-14 11:42 ` [PATCH 1/2] drivers/perf: hisi: Add Support for " Qi Liu
2022-02-15 10:47   ` John Garry
2022-02-16  3:16     ` liuqi (BA)
2022-02-17 18:11       ` John Garry
2022-02-18  8:07         ` liuqi (BA)
2022-02-14 11:42 ` [PATCH 2/2] perf jevents: Add support for HiSilicon CPA PMU aliasing Qi Liu
2022-02-14 12:04   ` John Garry
2022-02-15  1:27     ` liuqi (BA)
2022-02-15  1:23   ` liuqi (BA)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).