]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf tools: Add AVX-512 instructions to the new instructions test
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 20 Jul 2016 08:30:37 +0000 (11:30 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 21 Jul 2016 12:37:26 +0000 (09:37 -0300)
commit6c4d0b41ce3e61fe87e6195582c66cd262399b82
treed4cc63d21a23a68e177109808bbbb0cbb0c12e0d
parentc61f4d5ebaf05fbd90bf43aa2096690b85e34761
perf tools: Add AVX-512 instructions to the new instructions test

Previous patches added support for Intel's AVX-512 instructions to the
kernel and perf tools instruction decoders.

AVX-512 instructions are documented in Intel Architecture Instruction
Set Extensions Programming Reference (February 2016).

Add a representative set of instructions to perf's "new instructions"
test. e.g.

perf test "new instructions"

Or to view a particular instruction:

perf test -v "new instructions" 2>&1 | grep vbroadcasti64x4

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: X86 ML <x86@kernel.org>
Link: http://lkml.kernel.org/r/1469003437-32706-5-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/tests/insn-x86-dat-32.c
tools/perf/arch/x86/tests/insn-x86-dat-64.c
tools/perf/arch/x86/tests/insn-x86-dat-src.c