All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Support for HiSilicon CPA PMU
@ 2022-02-24 11:11 ` Qi Liu
  0 siblings, 0 replies; 16+ messages in thread
From: Qi Liu @ 2022-02-24 11:11 UTC (permalink / raw)
  To: will, mark.rutland, john.garry, acme
  Cc: linux-perf-users, linux-arm-kernel, linux-kernel, linuxarm

Add Support for HiSilicon CPA PMU, including PMU driver and json
file in perf tool.

Change since v1:
- Address the comments from John.
- Link: https://lore.kernel.org/linux-arm-kernel/20220214114228.40859-1-liuqi115@huawei.com/

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  | 401 ++++++++++++++++++
 include/linux/cpuhotplug.h                    |   1 +
 .../arm64/hisilicon/hip09/sys/uncore-cpa.json |  81 ++++
 tools/perf/pmu-events/jevents.c               |   1 +
 5 files changed, 485 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] 16+ messages in thread

end of thread, other threads:[~2022-03-08  9:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 11:11 [PATCH v2 0/2] Add Support for HiSilicon CPA PMU Qi Liu
2022-02-24 11:11 ` Qi Liu
2022-02-24 11:11 ` [PATCH v2 1/2] drivers/perf: hisi: Add Support for " Qi Liu
2022-02-24 11:11   ` Qi Liu
2022-02-28  9:56   ` John Garry
2022-02-28  9:56     ` John Garry
2022-03-03  9:02     ` liuqi (BA)
2022-03-03  9:02       ` liuqi (BA)
2022-03-07 17:50       ` John Garry
2022-03-07 17:50         ` John Garry
2022-03-08  9:32         ` liuqi (BA)
2022-03-08  9:32           ` liuqi (BA)
2022-02-24 11:11 ` [PATCH v2 2/2] perf jevents: Add support for HiSilicon CPA PMU aliasing Qi Liu
2022-02-24 11:11   ` Qi Liu
2022-02-25 18:34   ` Arnaldo Carvalho de Melo
2022-02-25 18:34     ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.