Revision 75fcbd38608c3ce9f4dc784f2ac8916add64c9a8 authored by Linus Torvalds on 31 October 2021, 18:24:06 UTC, committed by Linus Torvalds on 31 October 2021, 18:24:06 UTC
Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Fix compilation of callchain related code on powerpc with gcc11+

 - Fix PERF_SAMPLE_WEIGHT_STRUCT support in 'perf script'

 - Check session->header.env.arch before using it, fixing a segmentation
   fault

 - Suppress 'rm dlfilter' build messages

* tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
  perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
  perf callchain: Fix compilation on powerpc with gcc11+
  perf script: Check session->header.env.arch before using it
  perf build: Suppress 'rm dlfilter' build message
2 parent s ca5e83e + 27730c8
History
File Mode Size
unittest-data
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 703 bytes
address.c -rw-r--r-- 27.1 KB
base.c -rw-r--r-- 59.6 KB
device.c -rw-r--r-- 9.8 KB
dynamic.c -rw-r--r-- 22.8 KB
fdt.c -rw-r--r-- 33.9 KB
fdt_address.c -rw-r--r-- 6.2 KB
irq.c -rw-r--r-- 18.6 KB
kexec.c -rw-r--r-- 10.6 KB
kobj.c -rw-r--r-- 3.9 KB
of_net.c -rw-r--r-- 3.8 KB
of_numa.c -rw-r--r-- 3.9 KB
of_private.h -rw-r--r-- 5.9 KB
of_reserved_mem.c -rw-r--r-- 11.3 KB
overlay.c -rw-r--r-- 34.3 KB
pdt.c -rw-r--r-- 4.8 KB
platform.c -rw-r--r-- 20.0 KB
property.c -rw-r--r-- 42.2 KB
resolver.c -rw-r--r-- 8.7 KB
unittest.c -rw-r--r-- 92.5 KB

back to top