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 side changes: - Intel Knights Landing support. (Harish Chegondi) - Intel Broadwell-EP uncore PMU support. (Kan Liang) - Core code improvements. (Peter Zijlstra.) - Event filter, LBR and PEBS fixes. (Stephane Eranian) - Enable cycles:pp on Intel Atom. (Stephane Eranian) - Add cycles:ppp support for Skylake. (Andi Kleen) - Various x86 NMI overhead optimizations. (Andi Kleen) - Intel PT enhancements. (Takao Indoh) - AMD cache events fix. (Vince Weaver) Tons of tooling changes: - Show random perf tool tips in the 'perf report' bottom line (Namhyung Kim) - perf report now defaults to --group if the perf.data file has grouped events, try it with: # perf record -e '{cycles,instructions}' -a sleep 1 [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 1.093 MB perf.d...
No related branches found
No related tags found
Showing
- Documentation/trace/events-msr.txt 37 additions, 0 deletionsDocumentation/trace/events-msr.txt
- Documentation/trace/postprocess/decode_msr.py 37 additions, 0 deletionsDocumentation/trace/postprocess/decode_msr.py
- arch/x86/include/asm/atomic.h 0 additions, 1 deletionarch/x86/include/asm/atomic.h
- arch/x86/include/asm/atomic64_32.h 0 additions, 1 deletionarch/x86/include/asm/atomic64_32.h
- arch/x86/include/asm/intel_pt.h 10 additions, 0 deletionsarch/x86/include/asm/intel_pt.h
- arch/x86/include/asm/msr-trace.h 57 additions, 0 deletionsarch/x86/include/asm/msr-trace.h
- arch/x86/include/asm/msr.h 31 additions, 0 deletionsarch/x86/include/asm/msr.h
- arch/x86/include/asm/uaccess.h 9 additions, 0 deletionsarch/x86/include/asm/uaccess.h
- arch/x86/kernel/cpu/perf_event.c 32 additions, 4 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perf_event.h 9 additions, 12 deletionsarch/x86/kernel/cpu/perf_event.h
- arch/x86/kernel/cpu/perf_event_amd.c 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event_amd.c
- arch/x86/kernel/cpu/perf_event_intel.c 110 additions, 5 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/cpu/perf_event_intel_ds.c 31 additions, 8 deletionsarch/x86/kernel/cpu/perf_event_intel_ds.c
- arch/x86/kernel/cpu/perf_event_intel_lbr.c 37 additions, 5 deletionsarch/x86/kernel/cpu/perf_event_intel_lbr.c
- arch/x86/kernel/cpu/perf_event_intel_pt.c 9 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel_pt.c
- arch/x86/kernel/cpu/perf_event_intel_rapl.c 6 additions, 19 deletionsarch/x86/kernel/cpu/perf_event_intel_rapl.c
- arch/x86/kernel/cpu/perf_event_intel_uncore.c 17 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore.c
- arch/x86/kernel/cpu/perf_event_intel_uncore.h 3 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore.h
- arch/x86/kernel/cpu/perf_event_intel_uncore_snb.c 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event_intel_uncore_snb.c
- arch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c 629 additions, 6 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore_snbep.c
Please register or sign in to comment