Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of...
Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools Pull perf tools fixes from Namhyung Kim: "A random set of small bug fixes: - Fix perf annotate TUI when used with data type profiling - Work around BPF verifier about sighand lock checking And a set of kernel header synchronization" * tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: tools/include: Sync arm64 asm/cputype.h with the kernel sources tools/include: Sync asm-generic/bitops/fls.h with the kernel sources tools/include: Sync x86 asm/msr-index.h with the kernel sources tools/include: Sync x86 asm/irq_vectors.h with the kernel sources tools/include: Sync x86 CPU feature headers with the kernel sources tools/include: Sync uapi/sound/asound.h with the kernel sources tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sources tools/include: Sync uapi/linux/fs.h with the kernel sources tools/include: Sync uapi/drm/i915_drm.h with the kernel sources perf lock contention: Add a missing NULL check perf annotate: Make sure to call symbol__annotate2() in TUI
No related branches found
No related tags found
Showing
- tools/arch/arm64/include/asm/cputype.h 4 additions, 0 deletionstools/arch/arm64/include/asm/cputype.h
- tools/arch/arm64/include/uapi/asm/kvm.h 9 additions, 6 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/powerpc/include/uapi/asm/kvm.h 44 additions, 1 deletiontools/arch/powerpc/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/kvm.h 314 additions, 1 deletiontools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 12 additions, 5 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/disabled-features.h 9 additions, 2 deletionstools/arch/x86/include/asm/disabled-features.h
- tools/arch/x86/include/asm/irq_vectors.h 0 additions, 2 deletionstools/arch/x86/include/asm/irq_vectors.h
- tools/arch/x86/include/asm/msr-index.h 51 additions, 23 deletionstools/arch/x86/include/asm/msr-index.h
- tools/arch/x86/include/asm/required-features.h 2 additions, 1 deletiontools/arch/x86/include/asm/required-features.h
- tools/arch/x86/include/uapi/asm/kvm.h 300 additions, 8 deletionstools/arch/x86/include/uapi/asm/kvm.h
- tools/include/asm-generic/bitops/__fls.h 6 additions, 2 deletionstools/include/asm-generic/bitops/__fls.h
- tools/include/asm-generic/bitops/fls.h 6 additions, 2 deletionstools/include/asm-generic/bitops/fls.h
- tools/include/uapi/drm/i915_drm.h 16 additions, 0 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fs.h 29 additions, 1 deletiontools/include/uapi/linux/fs.h
- tools/include/uapi/linux/kvm.h 5 additions, 684 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/sound/asound.h 2 additions, 2 deletionstools/include/uapi/sound/asound.h
- tools/perf/ui/browsers/annotate.c 1 addition, 1 deletiontools/perf/ui/browsers/annotate.c
- tools/perf/util/annotate.c 3 additions, 0 deletionstools/perf/util/annotate.c
- tools/perf/util/bpf_skel/lock_contention.bpf.c 4 additions, 1 deletiontools/perf/util/bpf_skel/lock_contention.bpf.c
Loading
Please register or sign in to comment