Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "Kernel improvements: - watchdog driver improvements by Li Zefan - Power7 CPI stack events related improvements by Sukadev Bhattiprolu - event multiplexing via hrtimers and other improvements by Stephane Eranian - kernel stack use optimization by Andrew Hunter - AMD IOMMU uncore PMU support by Suravee Suthikulpanit - NMI handling rate-limits by Dave Hansen - various hw_breakpoint fixes by Oleg Nesterov - hw_breakpoint overflow period sampling and related signal handling fixes by Jiri Olsa - Intel Haswell PMU support by Andi Kleen Tooling improvements: - Reset SIGTERM handler in workload child process, fix from David Ahern. - Makefile reorganization, prep work for Kconfig patches, from Jiri Olsa. - Add automated make test suite, from Jiri Olsa. - Add --percent-limit option to 'top' and 'report', from Namhyung Kim. - Sorting improvements, from Namhyung Kim. - Expand definition of sysfs format attribute, from Michael Ellerman. Tooling fixes: - 'perf tests' fixes from Jiri Olsa. - Make Power7 CPI stack events available in sysfs, from Sukadev Bhattiprolu. - Handle death by SIGTERM in 'perf record', fix from David Ahern. - Fix printing of perf_event_paranoid message, from David Ahern. - Handle realloc failures in 'perf kvm', from David Ahern. - Fix divide by 0 in variance, from David Ahern. - Save parent pid in thread struct, from David Ahern. - Handle JITed code in shared memory, from Andi Kleen. - Fixes for 'perf diff', from Jiri Olsa. - Remove some unused struct members, from Jiri Olsa. - Add missing liblk.a dependency for python/perf.so, fix from Jiri Olsa. - Respect CROSS_COMPILE in liblk.a, from Rabin Vincent. - No need to do locking when adding hists in perf report, only 'top' needs that, from Namhyung Kim. - Fix alignment of symbol column in in the hists browser (top, report) when -v is given, from NAmhyung Kim. - Fix 'perf top' -E option behavior, from Namhyung Kim. - Fix bug in isupper() and islower(), from Sukadev Bhattiprolu. - Fix compile errors in bp_signal 'perf test', from Sukadev Bhattiprolu. ... and more things" * 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (102 commits) perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable() perf/x86: Fix shared register mutual exclusion enforcement perf/x86/intel: Support full width counting x86: Add NMI duration tracepoints perf: Drop sample rate when sampling is too slow x86: Warn when NMI handlers take large amounts of time hw_breakpoint: Introduce "struct bp_cpuinfo" hw_breakpoint: Simplify *register_wide_hw_breakpoint() hw_breakpoint: Introduce cpumask_of_bp() hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths perf/x86/intel: Add mem-loads/stores support for Haswell perf/x86/intel: Support Haswell/v4 LBR format perf/x86/intel: Move NMI clearing to end of PMI handler perf/x86/intel: Add Haswell PEBS support perf/x86/intel: Add simple Haswell PMU support perf/x86/intel: Add Haswell PEBS record support perf/x86/intel: Fix sparse warning perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementation perf/x86/amd: Add IOMMU Performance Counter resource management ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-event_source-devices-events 27 additions, 5 deletions...ntation/ABI/testing/sysfs-bus-event_source-devices-events
- Documentation/ABI/testing/sysfs-bus-event_source-devices-format 6 additions, 0 deletions...ntation/ABI/testing/sysfs-bus-event_source-devices-format
- Documentation/sysctl/kernel.txt 40 additions, 10 deletionsDocumentation/sysctl/kernel.txt
- Documentation/trace/events-nmi.txt 43 additions, 0 deletionsDocumentation/trace/events-nmi.txt
- arch/metag/kernel/perf/perf_event.c 1 addition, 1 deletionarch/metag/kernel/perf/perf_event.c
- arch/powerpc/perf/power7-pmu.c 73 additions, 0 deletionsarch/powerpc/perf/power7-pmu.c
- arch/x86/ia32/ia32_signal.c 0 additions, 2 deletionsarch/x86/ia32/ia32_signal.c
- arch/x86/include/asm/perf_event.h 3 additions, 0 deletionsarch/x86/include/asm/perf_event.h
- arch/x86/include/asm/sighandling.h 2 additions, 2 deletionsarch/x86/include/asm/sighandling.h
- arch/x86/include/uapi/asm/msr-index.h 3 additions, 0 deletionsarch/x86/include/uapi/asm/msr-index.h
- arch/x86/kernel/cpu/Makefile 4 additions, 0 deletionsarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/perf_event.c 53 additions, 16 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perf_event.h 21 additions, 3 deletionsarch/x86/kernel/cpu/perf_event.h
- arch/x86/kernel/cpu/perf_event_amd.c 17 additions, 17 deletionsarch/x86/kernel/cpu/perf_event_amd.c
- arch/x86/kernel/cpu/perf_event_amd_iommu.c 504 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_amd_iommu.c
- arch/x86/kernel/cpu/perf_event_amd_iommu.h 40 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_amd_iommu.h
- arch/x86/kernel/cpu/perf_event_intel.c 122 additions, 14 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/cpu/perf_event_intel_ds.c 153 additions, 25 deletionsarch/x86/kernel/cpu/perf_event_intel_ds.c
- arch/x86/kernel/cpu/perf_event_intel_lbr.c 54 additions, 15 deletionsarch/x86/kernel/cpu/perf_event_intel_lbr.c
- arch/x86/kernel/cpu/perf_event_intel_uncore.c 9 additions, 7 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore.c
Loading
Please register or sign in to comment