Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: "Another pile of fixes for perf: - Plug overflows and races in the core code - Sanitize the flow of the perf syscall so we error out before handling the more complex and hard to undo setups - Improve and fix Broadwell and Skylake hardware support - Revert a fix which broke what it tried to fix in perf tools - A couple of smaller fixes in various places of perf tools" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tools: Fix copying of /proc/kcore perf intel-pt: Remove no_force_psb from documentation perf probe: Use existing routine to look for a kernel module by dso->short_name perf/x86: Change test_aperfmperf() and test_intel() to static tools lib traceevent: Fix string handling in heterogeneous arch environments perf record: Avoid infinite loop at buildid processing with no samples perf: Fix races in computing the header sizes perf: Fix u16 overflows perf: Restructure perf syscall point of no return perf/x86/intel: Fix Skylake FRONTEND MSR extrareg mask perf/x86/intel/pebs: Add PEBS frontend profiling for Skylake perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specific perf tools: Bool functions shouldn't return -1 tools build: Add test for presence of __get_cpuid() gcc builtin tools build: Add test for presence of numa_num_possible_cpus() in libnuma Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum" perf stat: Fix per-pkg event reporting bug
Showing
- arch/x86/include/asm/msr-index.h 2 additions, 0 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/kernel/cpu/perf_event.h 1 addition, 0 deletionsarch/x86/kernel/cpu/perf_event.h
- arch/x86/kernel/cpu/perf_event_intel.c 15 additions, 2 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/cpu/perf_event_msr.c 2 additions, 2 deletionsarch/x86/kernel/cpu/perf_event_msr.c
- kernel/events/core.c 81 additions, 33 deletionskernel/events/core.c
- tools/build/Makefile.feature 6 additions, 2 deletionstools/build/Makefile.feature
- tools/build/feature/Makefile 9 additions, 1 deletiontools/build/feature/Makefile
- tools/build/feature/test-all.c 10 additions, 0 deletionstools/build/feature/test-all.c
- tools/build/feature/test-get_cpuid.c 7 additions, 0 deletionstools/build/feature/test-get_cpuid.c
- tools/build/feature/test-numa_num_possible_cpus.c 6 additions, 0 deletionstools/build/feature/test-numa_num_possible_cpus.c
- tools/lib/traceevent/event-parse.c 20 additions, 3 deletionstools/lib/traceevent/event-parse.c
- tools/perf/Documentation/intel-pt.txt 0 additions, 15 deletionstools/perf/Documentation/intel-pt.txt
- tools/perf/config/Makefile 15 additions, 5 deletionstools/perf/config/Makefile
- tools/perf/util/probe-event.c 7 additions, 6 deletionstools/perf/util/probe-event.c
- tools/perf/util/session.c 4 additions, 1 deletiontools/perf/util/session.c
- tools/perf/util/stat.c 14 additions, 2 deletionstools/perf/util/stat.c
- tools/perf/util/symbol-elf.c 14 additions, 23 deletionstools/perf/util/symbol-elf.c
- tools/perf/util/util.c 1 addition, 1 deletiontools/perf/util/util.c
Loading
Please register or sign in to comment