linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes)
@ 2025-04-29  3:59 Ravi Bangoria
  2025-04-29  3:59 ` [PATCH v4 1/4] perf amd ibs: Add Load Latency bits in raw dump Ravi Bangoria
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Ravi Bangoria @ 2025-04-29  3:59 UTC (permalink / raw)
  To: Ingo Molnar, Arnaldo Carvalho de Melo, Namhyung Kim
  Cc: Ravi Bangoria, Peter Zijlstra, Joe Mario, Stephane Eranian,
	Jiri Olsa, Ian Rogers, Kan Liang, linux-kernel, linux-perf-users,
	Santosh Shukla, Ananth Narayan, Sandipan Das

IBS on Zen5:
- Introduced Load Latency filtering capability.
- Shows DTLB and page size information differently from prior generations.

Kernel changes for these enhancements are already upstream. So, resending
tools changes separately.

Patches are prepared on perf-tools-next/perf-tools-next (85447f68a1e3).

v3: https://lore.kernel.org/r/20250205060547.1337-1-ravi.bangoria@amd.com
v3->v4:
- Remove kernel changes.
- Improve IBS sample period unit test


Ravi Bangoria (4):
  perf amd ibs: Add Load Latency bits in raw dump
  perf amd ibs: Incorporate Zen5 DTLB and PageSize information
  perf mem/c2c amd: Add ldlat support
  perf test amd ibs: Add sample period unit test

 tools/perf/Documentation/perf-amd-ibs.txt  |    9 +
 tools/perf/Documentation/perf-c2c.txt      |   11 +-
 tools/perf/Documentation/perf-mem.txt      |   13 +-
 tools/perf/arch/x86/include/arch-tests.h   |    1 +
 tools/perf/arch/x86/tests/Build            |    1 +
 tools/perf/arch/x86/tests/amd-ibs-period.c | 1001 ++++++++++++++++++++
 tools/perf/arch/x86/tests/arch-tests.c     |    2 +
 tools/perf/arch/x86/util/mem-events.c      |    6 +
 tools/perf/arch/x86/util/mem-events.h      |    1 +
 tools/perf/arch/x86/util/pmu.c             |   20 +-
 tools/perf/tests/shell/test_data_symbol.sh |   29 +-
 tools/perf/util/amd-sample-raw.c           |   77 +-
 tools/perf/util/pmu.c                      |   11 +
 tools/perf/util/pmu.h                      |    2 +
 14 files changed, 1160 insertions(+), 24 deletions(-)
 create mode 100644 tools/perf/arch/x86/tests/amd-ibs-period.c

-- 
2.43.0


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

end of thread, other threads:[~2025-05-13  8:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29  3:59 [PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes) Ravi Bangoria
2025-04-29  3:59 ` [PATCH v4 1/4] perf amd ibs: Add Load Latency bits in raw dump Ravi Bangoria
2025-04-30 16:58   ` Namhyung Kim
2025-04-30 17:45     ` Ravi Bangoria
2025-04-29  3:59 ` [PATCH v4 2/4] perf amd ibs: Incorporate Zen5 DTLB and PageSize information Ravi Bangoria
2025-04-29  3:59 ` [PATCH v4 3/4] perf mem/c2c amd: Add ldlat support Ravi Bangoria
2025-04-29  3:59 ` [PATCH v4 4/4] perf test amd ibs: Add sample period unit test Ravi Bangoria
2025-04-29 20:55   ` Arnaldo Carvalho de Melo
2025-04-30  1:13     ` Arnaldo Carvalho de Melo
2025-04-30  1:22       ` Arnaldo Carvalho de Melo
2025-04-30  9:02         ` Ravi Bangoria
2025-04-30 13:06           ` Arnaldo Carvalho de Melo
2025-04-30 13:31             ` Arnaldo Carvalho de Melo
2025-04-30 16:07               ` Ravi Bangoria
2025-04-30 23:39                 ` Arnaldo Carvalho de Melo
2025-04-30  6:36       ` Ravi Bangoria
2025-04-30  6:33     ` Ravi Bangoria
2025-04-30  2:00 ` [PATCH v4 0/4] perf/amd/ibs: Add Zen5 support (tools changes) Arnaldo Carvalho de Melo
2025-05-13  8:32   ` Ravi Bangoria

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