Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "This tree contains tooling fixes plus some additions: - fixes to the vdso2c build environment that Stephen Rothwell is using for the linux-next build (Arnaldo Carvalho de Melo) - AVX-512 instruction mappings (Adrian Hunter) - misc fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: Revert "perf tools: event.h needs asm/perf_regs.h" x86: Make the vdso2c compiler use the host architecture headers tools build: Fix objtool build with ARCH=x86_64 objtool: Always use host headers objtool: Use tools/scripts/Makefile.arch to get ARCH and HOSTARCH tools build: Add HOSTARCH Makefile variable perf tests kmod-path: Fix build on ubuntu:16.04-x-armhf perf tools: Add AVX-512 instructions to the new instructions test perf tools: Add AVX-512 support to the instruction decoder used by Intel PT x86/insn: Add AVX-512 support to the instruction decoder x86/insn: perf tools: Fix vcvtph2ps instruction decoding
No related branches found
No related tags found
Showing
- arch/x86/entry/vdso/Makefile 1 addition, 1 deletionarch/x86/entry/vdso/Makefile
- arch/x86/include/asm/inat.h 15 additions, 2 deletionsarch/x86/include/asm/inat.h
- arch/x86/include/asm/insn.h 11 additions, 1 deletionarch/x86/include/asm/insn.h
- arch/x86/lib/insn.c 15 additions, 3 deletionsarch/x86/lib/insn.c
- arch/x86/lib/x86-opcode-map.txt 171 additions, 92 deletionsarch/x86/lib/x86-opcode-map.txt
- arch/x86/tools/gen-insn-attr-x86.awk 8 additions, 3 deletionsarch/x86/tools/gen-insn-attr-x86.awk
- tools/objtool/Build 1 addition, 1 deletiontools/objtool/Build
- tools/objtool/Makefile 3 additions, 5 deletionstools/objtool/Makefile
- tools/perf/arch/x86/tests/insn-x86-dat-32.c 1014 additions, 4 deletionstools/perf/arch/x86/tests/insn-x86-dat-32.c
- tools/perf/arch/x86/tests/insn-x86-dat-64.c 936 additions, 4 deletionstools/perf/arch/x86/tests/insn-x86-dat-64.c
- tools/perf/arch/x86/tests/insn-x86-dat-src.c 1789 additions, 0 deletionstools/perf/arch/x86/tests/insn-x86-dat-src.c
- tools/perf/tests/kmod-path.c 1 addition, 0 deletionstools/perf/tests/kmod-path.c
- tools/perf/util/event.h 0 additions, 1 deletiontools/perf/util/event.h
- tools/perf/util/intel-pt-decoder/gen-insn-attr-x86.awk 8 additions, 3 deletionstools/perf/util/intel-pt-decoder/gen-insn-attr-x86.awk
- tools/perf/util/intel-pt-decoder/inat.h 15 additions, 2 deletionstools/perf/util/intel-pt-decoder/inat.h
- tools/perf/util/intel-pt-decoder/insn.c 15 additions, 3 deletionstools/perf/util/intel-pt-decoder/insn.c
- tools/perf/util/intel-pt-decoder/insn.h 11 additions, 1 deletiontools/perf/util/intel-pt-decoder/insn.h
- tools/perf/util/intel-pt-decoder/x86-opcode-map.txt 171 additions, 92 deletionstools/perf/util/intel-pt-decoder/x86-opcode-map.txt
- tools/scripts/Makefile.arch 36 additions, 5 deletionstools/scripts/Makefile.arch
Loading
Please register or sign in to comment