-
- Downloads
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "Mostly tooling fixes, but also start/stop filter related fixes, a perf event read() fix, a fix uncovered by fuzzing, and an uprobes leak fix" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/core: Check return value of the perf_event_read() IPI perf/core: Enable mapping of the stop filters perf/core: Update filters only on executable mmap perf/core: Fix file name handling for start/stop filters perf/core: Fix event_function_local() uprobes: Fix the memcg accounting perf intel-pt: Fix occasional decoding errors when tracing system-wide tools: Sync kvm related header files for arm64 and s390 perf probe: Release resources on error when handling exit paths perf probe: Check for dup and fdopen failures perf symbols: Fix annotation of objects with debuginfo files perf script: Don't disable use_callchain if input is pipe perf script: Show proper message when failed list scripts perf jitdump: Add the right header to get the major()/minor() definitions perf ppc64le: Fix build failure when libelf is not present perf tools mem: Fix -t store option for record command perf intel-pt: Fix ip compression
No related branches found
No related tags found
Showing
- kernel/events/core.c 68 additions, 27 deletionskernel/events/core.c
- kernel/events/uprobes.c 3 additions, 2 deletionskernel/events/uprobes.c
- tools/arch/arm64/include/uapi/asm/kvm.h 2 additions, 0 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/kvm.h 41 additions, 0 deletionstools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/sie.h 1 addition, 0 deletionstools/arch/s390/include/uapi/asm/sie.h
- tools/perf/arch/powerpc/util/sym-handling.c 2 additions, 0 deletionstools/perf/arch/powerpc/util/sym-handling.c
- tools/perf/arch/x86/util/intel-pt.c 5 additions, 1 deletiontools/perf/arch/x86/util/intel-pt.c
- tools/perf/builtin-mem.c 3 additions, 0 deletionstools/perf/builtin-mem.c
- tools/perf/builtin-script.c 10 additions, 3 deletionstools/perf/builtin-script.c
- tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 23 additions, 21 deletionstools/perf/util/intel-pt-decoder/intel-pt-decoder.c
- tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c 17 additions, 7 deletionstools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
- tools/perf/util/jitdump.c 1 addition, 0 deletionstools/perf/util/jitdump.c
- tools/perf/util/probe-file.c 29 additions, 7 deletionstools/perf/util/probe-file.c
- tools/perf/util/symbol-elf.c 2 additions, 1 deletiontools/perf/util/symbol-elf.c
Loading
Please register or sign in to comment