This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2d0de93ca251 Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.o [...] new de8fd138430c perf intel-pt: Fix timeless decoding with perf.data directory new 4e13f6706d5a perf arm-spe: Fix addresses of synthesized SPE events new 7599b70a3c85 perf arm-spe: Fix SPE events with phys addresses new 3b9a8c8b9ac2 perf test: Add perf_event_attr test for Arm SPE new 838425f2defe perf symbol: Pass is_kallsyms to symbols__fixup_end() new 8799ebce84d6 perf symbol: Update symbols__fixup_end() new a5d20d42a2f2 perf symbol: Remove arch__symbols__fixup_end() new 3e71713c9e75 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git:/ [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/perf/arch/arm64/util/arm-spe.c | 10 ++++++ tools/perf/arch/arm64/util/machine.c | 21 ------------ tools/perf/arch/powerpc/util/Build | 1 - tools/perf/arch/powerpc/util/machine.c | 25 --------------- tools/perf/arch/s390/util/machine.c | 16 ---------- tools/perf/tests/attr/README | 1 + .../tests/attr/test-record-spe-physical-address | 12 +++++++ tools/perf/util/arm-spe.c | 5 +-- tools/perf/util/session.c | 2 +- tools/perf/util/symbol-elf.c | 2 +- tools/perf/util/symbol.c | 37 ++++++++++++++++------ tools/perf/util/symbol.h | 3 +- 12 files changed, 56 insertions(+), 79 deletions(-) delete mode 100644 tools/perf/arch/powerpc/util/machine.c create mode 100644 tools/perf/tests/attr/test-record-spe-physical-address