Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: - Prevent a division by zero in the perf aux buffer handling - Sync kernel headers with perf tool headers - Fix a build failure in the syscalltbl code - Make the debug messages of perf report --call-graph work correctly - Make sure that all required perf files are in the MANIFEST for container builds - Fix the atrr.exclude kernel handling so it respects the perf_event_paranoid and the user permissions - Make perf test on s390x work correctly * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/aux: Only update ->aux_wakeup in non-overwrite mode perf test: Fix vmlinux failure on s390x part 2 perf test: Fix vmlinux failure on s390x perf tools: Fix syscalltbl build failure perf report: Fix debug messages with --call-graph option perf evsel: Fix attr.exclude_kernel setting for default cycles:p tools include: Sync kernel ABI headers with tooling headers perf tools: Get all of tools/{arch,include}/ in the MANIFEST
No related branches found
No related tags found
Showing
- kernel/events/ring_buffer.c 15 additions, 5 deletionskernel/events/ring_buffer.c
- tools/arch/s390/include/uapi/asm/kvm.h 6 additions, 0 deletionstools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 2 additions, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/disabled-features.h 3 additions, 1 deletiontools/arch/x86/include/asm/disabled-features.h
- tools/include/asm-generic/hugetlb_encode.h 34 additions, 0 deletionstools/include/asm-generic/hugetlb_encode.h
- tools/include/uapi/asm-generic/mman-common.h 3 additions, 11 deletionstools/include/uapi/asm-generic/mman-common.h
- tools/include/uapi/drm/drm.h 22 additions, 0 deletionstools/include/uapi/drm/drm.h
- tools/include/uapi/drm/i915_drm.h 49 additions, 2 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/bpf.h 20 additions, 12 deletionstools/include/uapi/linux/bpf.h
- tools/include/uapi/linux/kvm.h 2 additions, 1 deletiontools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/mman.h 23 additions, 1 deletiontools/include/uapi/linux/mman.h
- tools/perf/MANIFEST 2 additions, 85 deletionstools/perf/MANIFEST
- tools/perf/arch/s390/util/Build 0 additions, 1 deletiontools/perf/arch/s390/util/Build
- tools/perf/arch/s390/util/sym-handling.c 0 additions, 29 deletionstools/perf/arch/s390/util/sym-handling.c
- tools/perf/util/callchain.c 21 additions, 14 deletionstools/perf/util/callchain.c
- tools/perf/util/evsel.c 6 additions, 1 deletiontools/perf/util/evsel.c
- tools/perf/util/symbol-elf.c 1 addition, 7 deletionstools/perf/util/symbol-elf.c
- tools/perf/util/symbol.h 0 additions, 3 deletionstools/perf/util/symbol.h
- tools/perf/util/syscalltbl.c 1 addition, 1 deletiontools/perf/util/syscalltbl.c
Loading
Please register or sign in to comment