Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "A couple of kernel side fixes: - Fix the Intel uncore driver on certain hardware configurations - Fix a CPU hotplug related memory allocation bug - Remove a spurious WARN() ... plus also a handful of perf tooling fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf script python: Add Python3 support to tests/attr.py perf trace: Support multiple "vfs_getname" probes perf symbols: Filter out hidden symbols from labels perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() tools headers uapi: Sync linux/in.h copy from the kernel sources perf clang: Do not use 'return std::move(something)' perf mem/c2c: Fix perf_mem_events to support powerpc perf tests evsel-tp-sched: Fix bitwise operator perf/core: Don't WARN() for impossible ring-buffer sizes perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() perf/x86/intel/uncore: Add Node ID mask
Showing
- arch/x86/events/intel/core.c 11 additions, 5 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/uncore_snbep.c 3 additions, 1 deletionarch/x86/events/intel/uncore_snbep.c
- kernel/events/ring_buffer.c 3 additions, 0 deletionskernel/events/ring_buffer.c
- tools/include/uapi/linux/in.h 1 addition, 1 deletiontools/include/uapi/linux/in.h
- tools/perf/Documentation/perf-c2c.txt 12 additions, 4 deletionstools/perf/Documentation/perf-c2c.txt
- tools/perf/Documentation/perf-mem.txt 1 addition, 1 deletiontools/perf/Documentation/perf-mem.txt
- tools/perf/arch/powerpc/util/Build 1 addition, 0 deletionstools/perf/arch/powerpc/util/Build
- tools/perf/arch/powerpc/util/mem-events.c 11 additions, 0 deletionstools/perf/arch/powerpc/util/mem-events.c
- tools/perf/builtin-trace.c 18 additions, 7 deletionstools/perf/builtin-trace.c
- tools/perf/tests/attr.py 19 additions, 13 deletionstools/perf/tests/attr.py
- tools/perf/tests/evsel-tp-sched.c 1 addition, 1 deletiontools/perf/tests/evsel-tp-sched.c
- tools/perf/util/c++/clang.cpp 1 addition, 1 deletiontools/perf/util/c++/clang.cpp
- tools/perf/util/mem-events.c 1 addition, 1 deletiontools/perf/util/mem-events.c
- tools/perf/util/symbol-elf.c 22 additions, 1 deletiontools/perf/util/symbol-elf.c
Please register or sign in to comment