Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: - plug a memory leak in the intel pmu init code - clang fixes - tooling fix to avoid including kernel headers - a fix for jvmti to generate correct debug information for inlined code - replace backtick with a regular shell function - fix the build in hardened environments * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/intel: Plug memory leak in intel_pmu_init() x86/asm: Allow again using asm.h when building for the 'bpf' clang target tools arch s390: Do not include header files from the kernel sources perf jvmti: Generate correct debug information for inlined code perf tools: Fix up build in hardened environments perf tools: Use shell function for perl cflags retrieval
Showing
- arch/x86/events/intel/core.c 4 additions, 1 deletionarch/x86/events/intel/core.c
- arch/x86/include/asm/asm.h 2 additions, 0 deletionsarch/x86/include/asm/asm.h
- tools/arch/s390/include/uapi/asm/perf_regs.h 44 additions, 0 deletionstools/arch/s390/include/uapi/asm/perf_regs.h
- tools/perf/Makefile.config 4 additions, 5 deletionstools/perf/Makefile.config
- tools/perf/arch/s390/include/perf_regs.h 1 addition, 1 deletiontools/perf/arch/s390/include/perf_regs.h
- tools/perf/check-headers.sh 1 addition, 0 deletionstools/perf/check-headers.sh
- tools/perf/jvmti/jvmti_agent.c 9 additions, 7 deletionstools/perf/jvmti/jvmti_agent.c
- tools/perf/jvmti/jvmti_agent.h 3 additions, 4 deletionstools/perf/jvmti/jvmti_agent.h
- tools/perf/jvmti/libjvmti.c 122 additions, 25 deletionstools/perf/jvmti/libjvmti.c
Please register or sign in to comment