-
- Downloads
Merge tag 'perf-tools-for-v5.10-2020-11-03' of...
Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: "Only fixes and a sync of the headers so that the perf build is silent: - Fix visibility attribute in python module init code with newer gcc - Fix DRAM_BW_Use 0 issue for CLX/SKX in intel JSON vendor event files - Fix the build on new fedora by removing LTO compiler options when building perl support - Remove broken __no_tail_call attribute - Fix segfault when trying to trace events by cgroup - Fix crash with non-jited BPF progs - Increase buffer size in TUI browser, fixing format truncation - Fix printing of build-id for objects lacking one - Fix byte swapping for ino_generation field in MMAP2 perf.data records - Fix byte swapping for CGROUP perf.data records, for cross arch analysis of perf.data files - Fix the fast path of feature detection - Update kernel header copies" * tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (23 commits) tools feature: Fixup fast path feature detection perf tools: Add missing swap for cgroup events perf tools: Add missing swap for ino_generation perf tools: Initialize output buffer in build_id__sprintf perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse() tools include UAPI: Update linux/mount.h copy tools headers UAPI: Update tools's copy of linux/perf_event.h tools kvm headers: Update KVM headers from the kernel sources tools UAPI: Update copy of linux/mman.h from the kernel sources tools arch x86: Sync the msr-index.h copy with the kernel sources tools x86 headers: Update required-features.h header from the kernel tools x86 headers: Update cpufeatures.h headers copies tools headers UAPI: Update fscrypt.h copy tools headers UAPI: Sync drm/i915_drm.h with the kernel sources tools headers UAPI: Sync prctl.h with the kernel sources perf scripting python: Avoid declaring function pointers with a visibility attribute perf tools: Remove broken __no_tail_call attribute perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKX perf trace: Fix segfault when trying to trace events by cgroup perf tools: Fix crash with non-jited bpf progs ...
No related branches found
No related tags found
Showing
- tools/arch/arm64/include/uapi/asm/kvm.h 25 additions, 0 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/sie.h 1 addition, 1 deletiontools/arch/s390/include/uapi/asm/sie.h
- tools/arch/x86/include/asm/cpufeatures.h 5 additions, 1 deletiontools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/disabled-features.h 8 additions, 1 deletiontools/arch/x86/include/asm/disabled-features.h
- tools/arch/x86/include/asm/msr-index.h 10 additions, 0 deletionstools/arch/x86/include/asm/msr-index.h
- tools/arch/x86/include/asm/required-features.h 1 addition, 1 deletiontools/arch/x86/include/asm/required-features.h
- tools/arch/x86/include/uapi/asm/kvm.h 20 additions, 0 deletionstools/arch/x86/include/uapi/asm/kvm.h
- tools/arch/x86/include/uapi/asm/svm.h 13 additions, 0 deletionstools/arch/x86/include/uapi/asm/svm.h
- tools/build/feature/test-all.c 0 additions, 1 deletiontools/build/feature/test-all.c
- tools/include/linux/compiler-gcc.h 0 additions, 12 deletionstools/include/linux/compiler-gcc.h
- tools/include/linux/compiler.h 0 additions, 3 deletionstools/include/linux/compiler.h
- tools/include/uapi/asm-generic/unistd.h 3 additions, 1 deletiontools/include/uapi/asm-generic/unistd.h
- tools/include/uapi/drm/i915_drm.h 56 additions, 3 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fscrypt.h 3 additions, 3 deletionstools/include/uapi/linux/fscrypt.h
- tools/include/uapi/linux/kvm.h 19 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/mman.h 1 addition, 0 deletionstools/include/uapi/linux/mman.h
- tools/include/uapi/linux/mount.h 1 addition, 0 deletionstools/include/uapi/linux/mount.h
- tools/include/uapi/linux/perf_event.h 1 addition, 1 deletiontools/include/uapi/linux/perf_event.h
- tools/include/uapi/linux/prctl.h 9 additions, 0 deletionstools/include/uapi/linux/prctl.h
- tools/include/uapi/linux/vhost.h 4 additions, 0 deletionstools/include/uapi/linux/vhost.h
Loading
Please register or sign in to comment