[GIT PULL] perf-tools fixes for v7.3-rc3

From: Namhyung Kim

Date: Mon Sep 07 2026 - 13:35:15 EST


Hi Linus,

Please consider pulling the following changes in perf tools for v7.3.

Thanks,
Namhyung


The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:

Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v7.3-2026-09-07

for you to fetch changes up to aadea57f532882d8bab444646863c7ef8a778ff1:

perf powerpc-vpadtl: Fix raw_size of DTL samples (2026-08-30 23:11:35 -0700)

----------------------------------------------------------------
perf-tools fixes for v7.3-rc3

Here are two simple fixes for this cycle.

- Do not use separate debug files for Intel PT decoding.
- Fix size of raw data in the PowerPC VPA DTL samples.

Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>

----------------------------------------------------------------
Adrian Hunter (1):
perf symbol: Do not use debug file as the binary type

Wang Yan (1):
perf powerpc-vpadtl: Fix raw_size of DTL samples

tools/perf/util/powerpc-vpadtl.c | 2 +-
tools/perf/util/symbol.c | 11 ++++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)