linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12
@ 2025-04-25  3:38 Yicong Yang
  2025-04-25  3:38 ` [PATCH v2 1/3] arm64: cputype: Add cputype definition for HIP12 Yicong Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Yicong Yang @ 2025-04-25  3:38 UTC (permalink / raw)
  To: acme, namhyung, catalin.marinas, will, peterz, mingo,
	mark.rutland, jolsa, john.g.garry, james.clark, leo.yan, irogers,
	linux-arm-kernel, linux-perf-users
  Cc: jonathan.cameron, hejunhao3, linuxarm, wangyushan12, caijingtao,
	xueshan2, prime.zeng, yangyicong

From: Yicong Yang <yangyicong@hisilicon.com>

Add support for Data Source packet on HIP12. Support counting L2 HITM for c2c
statistic since it was missing.

Change since v2:
- split the kernel/userspace changes into different patch
- revise some mem_snoop decoding according to the discussion
- count missing L2 HITM for c2c statistic
Link: https://lore.kernel.org/linux-perf-users/20250408122809.37884-1-yangyicong@huawei.com/

Yicong Yang (3):
  arm64: cputype: Add cputype definition for HIP12
  perf arm-spe: Add support for SPE Data Source packet on HiSilicon
    HIP12
  perf mem: Count L2 HITM for c2c statistic

 arch/arm64/include/asm/cputype.h              |  2 +
 tools/arch/arm64/include/asm/cputype.h        |  2 +
 .../util/arm-spe-decoder/arm-spe-decoder.h    | 17 ++++
 tools/perf/util/arm-spe.c                     | 96 +++++++++++++++++++
 tools/perf/util/mem-events.c                  |  5 +-
 5 files changed, 121 insertions(+), 1 deletion(-)

-- 
2.24.0


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

end of thread, other threads:[~2025-05-27 20:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25  3:38 [PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12 Yicong Yang
2025-04-25  3:38 ` [PATCH v2 1/3] arm64: cputype: Add cputype definition for HIP12 Yicong Yang
2025-05-22  9:13   ` Yicong Yang
2025-05-22 10:25     ` Will Deacon
2025-04-25  3:38 ` [PATCH v2 2/3] perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12 Yicong Yang
2025-05-21 10:35   ` Leo Yan
2025-04-25  3:38 ` [PATCH v2 3/3] perf mem: Count L2 HITM for c2c statistic Yicong Yang
2025-05-21 10:37   ` Leo Yan
2025-05-14  3:38 ` [PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12 Yicong Yang
2025-05-21 14:49   ` Arnaldo Carvalho de Melo
2025-05-22  9:07     ` Yicong Yang
2025-05-26 11:06     ` Yicong Yang
2025-05-27 20:54       ` Arnaldo Carvalho de Melo
2025-05-22 10:50 ` Will Deacon

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).