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
controller
endpoint
hotplug
pcie
switch
Kconfig -rw-r--r-- 7.1 KB
Makefile -rw-r--r-- 1.1 KB
access.c -rw-r--r-- 14.8 KB
ats.c -rw-r--r-- 11.0 KB
bus.c -rw-r--r-- 10.2 KB
ecam.c -rw-r--r-- 5.6 KB
host-bridge.c -rw-r--r-- 2.4 KB
iov.c -rw-r--r-- 27.0 KB
irq.c -rw-r--r-- 2.4 KB
mmap.c -rw-r--r-- 2.6 KB
msi.c -rw-r--r-- 39.3 KB
of.c -rw-r--r-- 16.9 KB
p2pdma.c -rw-r--r-- 26.2 KB
pci-acpi.c -rw-r--r-- 38.3 KB
pci-bridge-emul.c -rw-r--r-- 11.9 KB
pci-bridge-emul.h -rw-r--r-- 3.3 KB
pci-driver.c -rw-r--r-- 42.0 KB
pci-label.c -rw-r--r-- 5.6 KB
pci-mid.c -rw-r--r-- 1.6 KB
pci-pf-stub.c -rw-r--r-- 1.2 KB
pci-stub.c -rw-r--r-- 2.3 KB
pci-sysfs.c -rw-r--r-- 37.8 KB
pci.c -rw-r--r-- 179.1 KB
pci.h -rw-r--r-- 23.4 KB
probe.c -rw-r--r-- 85.1 KB
proc.c -rw-r--r-- 9.7 KB
quirks.c -rw-r--r-- 204.6 KB
remove.c -rw-r--r-- 3.7 KB
rom.c -rw-r--r-- 5.3 KB
search.c -rw-r--r-- 12.1 KB
setup-bus.c -rw-r--r-- 59.0 KB
setup-irq.c -rw-r--r-- 1.6 KB
setup-res.c -rw-r--r-- 12.9 KB
slot.c -rw-r--r-- 9.7 KB
syscall.c -rw-r--r-- 2.7 KB
vc.c -rw-r--r-- 12.0 KB
vpd.c -rw-r--r-- 13.6 KB
xen-pcifront.c -rw-r--r-- 27.3 KB

back to top