Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "I'd like to apologize for this very late pull request: I was dithering through the week whether to send the fixes, and then yesterday Jiri's crash fix for a regression introduced in this cycle clearly marked perf/urgent as 'must merge now'. Most of the commits are tooling fixes, plus there's three kernel fixes via four commits: - race fix in the Intel PEBS code - fix an AUX bug and roll back a previous attempt - fix AMD family 17h generic HW cache-event perf counters The largest diffstat contribution comes from the AMD fix - a new event table is introduced, which is a fairly low risk change but has a large linecount" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/intel: Fix race in intel_pmu_disable_event() perf/x86/intel/pt: Remove software double buffering PMU capability perf/ring_buffer: Fix AUX software double buffering perf tools: Remove needless asm/unistd.h include fixing build in some places tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv tools build: Add -ldl to the disassembler-four-args feature test perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet perf cs-etm: Don't check cs_etm_queue::prev_packet validity perf report: Report OOM in status line in the GTK UI perf bench numa: Add define for RUSAGE_THREAD if not present tools lib traceevent: Change tag string for error perf annotate: Fix build on 32 bit for BPF annotation tools uapi x86: Sync vmx.h with the kernel perf bpf: Return value with unlocking in perf_env__find_btf() MAINTAINERS: Include vendor specific files under arch/*/events/* perf/x86/amd: Update generic hardware cache events for Family 17h
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/x86/events/amd/core.c 108 additions, 3 deletionsarch/x86/events/amd/core.c
- arch/x86/events/intel/core.c 7 additions, 3 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/pt.c 1 addition, 2 deletionsarch/x86/events/intel/pt.c
- include/linux/perf_event.h 0 additions, 1 deletioninclude/linux/perf_event.h
- kernel/events/ring_buffer.c 1 addition, 2 deletionskernel/events/ring_buffer.c
- tools/arch/arc/include/uapi/asm/unistd.h 51 additions, 0 deletionstools/arch/arc/include/uapi/asm/unistd.h
- tools/arch/hexagon/include/uapi/asm/unistd.h 40 additions, 0 deletionstools/arch/hexagon/include/uapi/asm/unistd.h
- tools/arch/riscv/include/uapi/asm/unistd.h 42 additions, 0 deletionstools/arch/riscv/include/uapi/asm/unistd.h
- tools/arch/x86/include/uapi/asm/vmx.h 1 addition, 0 deletionstools/arch/x86/include/uapi/asm/vmx.h
- tools/lib/traceevent/parse-utils.c 1 addition, 1 deletiontools/lib/traceevent/parse-utils.c
- tools/perf/Makefile.config 1 addition, 1 deletiontools/perf/Makefile.config
- tools/perf/bench/numa.c 4 additions, 0 deletionstools/perf/bench/numa.c
- tools/perf/util/annotate.c 4 additions, 4 deletionstools/perf/util/annotate.c
- tools/perf/util/cloexec.c 0 additions, 1 deletiontools/perf/util/cloexec.c
- tools/perf/util/cs-etm.c 4 additions, 10 deletionstools/perf/util/cs-etm.c
- tools/perf/util/env.c 1 addition, 1 deletiontools/perf/util/env.c
- tools/perf/util/session.c 5 additions, 3 deletionstools/perf/util/session.c
Loading
Please register or sign in to comment