-
- 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: "Most of the kernel diffstat relates to a group of Intel P6 and KNC (Xeon-Phi Knights Corner) PMU driver fixes, neither of which is in heavy use, so we took the fixes. The rest is diverse smallish fixes to the tooling and kernel side." * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86: Remove unused variable in nhmex_rbox_alter_er() perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq() perf/x86: Remove cpuc->enable check on Intl KNC event enable/disable perf/x86: Make Intel KNC use full 40-bit width of counters perf/x86/uncore: Handle pci_read_config_dword() errors perf/x86: Remove P6 cpuc->enabled check perf/x86: Update/fix generic events on P6 PMU perf/x86: Fix P6 FP_ASSIST event constraint perf, cpu hotplug: Use cached value of smp_processor_id() perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled x86/perf: Fix virtualization sanity check perf test: Fix exclude_guest parse events tests perf tools: do not flush maps on COMM for perf report perf help: Fix --help for builtins perf trace: Check if sample raw_data field is set perf trace: Validate syscall id before growing syscall table
Showing
- arch/x86/kernel/cpu/perf_event.c 6 additions, 4 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perf_event_intel_uncore.c 28 additions, 17 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore.c
- arch/x86/kernel/cpu/perf_event_knc.c 82 additions, 11 deletionsarch/x86/kernel/cpu/perf_event_knc.c
- arch/x86/kernel/cpu/perf_event_p6.c 112 additions, 15 deletionsarch/x86/kernel/cpu/perf_event_p6.c
- include/linux/perf_event.h 7 additions, 3 deletionsinclude/linux/perf_event.h
- tools/perf/builtin-help.c 1 addition, 1 deletiontools/perf/builtin-help.c
- tools/perf/builtin-trace.c 13 additions, 5 deletionstools/perf/builtin-trace.c
- tools/perf/util/parse-events-test.c 8 additions, 4 deletionstools/perf/util/parse-events-test.c
- tools/perf/util/thread.c 0 additions, 1 deletiontools/perf/util/thread.c
Loading
Please register or sign in to comment