Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of...
Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix Intel PT (Processor Trace) timeless decoding with perf.data directory. - ARM SPE (Statistical Profiling Extensions) address fixes, for synthesized events and for SPE events with physical addresses. Add a simple 'perf test' entry to make sure this doesn't regress. - Remove arch specific processing of kallsyms data to fixup symbol end address, fixing excessive memory consumption in the annotation code. * tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf symbol: Remove arch__symbols__fixup_end() perf symbol: Update symbols__fixup_end() perf symbol: Pass is_kallsyms to symbols__fixup_end() perf test: Add perf_event_attr test for Arm SPE perf arm-spe: Fix SPE events with phys addresses perf arm-spe: Fix addresses of synthesized SPE events perf intel-pt: Fix timeless decoding with perf.data directory
Showing
- tools/perf/arch/arm64/util/arm-spe.c 10 additions, 0 deletionstools/perf/arch/arm64/util/arm-spe.c
- tools/perf/arch/arm64/util/machine.c 0 additions, 21 deletionstools/perf/arch/arm64/util/machine.c
- tools/perf/arch/powerpc/util/Build 0 additions, 1 deletiontools/perf/arch/powerpc/util/Build
- tools/perf/arch/powerpc/util/machine.c 0 additions, 25 deletionstools/perf/arch/powerpc/util/machine.c
- tools/perf/arch/s390/util/machine.c 0 additions, 16 deletionstools/perf/arch/s390/util/machine.c
- tools/perf/tests/attr/README 1 addition, 0 deletionstools/perf/tests/attr/README
- tools/perf/tests/attr/test-record-spe-physical-address 12 additions, 0 deletionstools/perf/tests/attr/test-record-spe-physical-address
- tools/perf/util/arm-spe.c 3 additions, 2 deletionstools/perf/util/arm-spe.c
- tools/perf/util/session.c 1 addition, 1 deletiontools/perf/util/session.c
- tools/perf/util/symbol-elf.c 1 addition, 1 deletiontools/perf/util/symbol-elf.c
- tools/perf/util/symbol.c 27 additions, 10 deletionstools/perf/util/symbol.c
- tools/perf/util/symbol.h 1 addition, 2 deletionstools/perf/util/symbol.h
Loading
Please register or sign in to comment