[PATCH 2/2] perf tools: Support insn and insnlen in perf script

2016-10-03 Thread Andi Kleen
From: Andi Kleen When looking at Intel PT traces with perf script it is useful to have some indication of the instruction. Dump the instruction bytes and instruction length, which can be used for simple pattern analysis in scripts. % perf record -e intel_pt// foo % perf

[PATCH 2/2] perf tools: Support insn and insnlen in perf script

2016-10-03 Thread Andi Kleen
From: Andi Kleen When looking at Intel PT traces with perf script it is useful to have some indication of the instruction. Dump the instruction bytes and instruction length, which can be used for simple pattern analysis in scripts. % perf record -e intel_pt// foo % perf script --itrace=i0ns -F

[PATCH 2/2] perf tools: Support insn and insnlen in perf script

2016-09-29 Thread Andi Kleen
From: Andi Kleen When looking at Intel PT traces with perf script it is useful to have some indication of the instruction. Dump the instruction bytes and instruction length, which can be used for simple pattern analysis in scripts. % perf record -e intel_pt// foo % perf

[PATCH 2/2] perf tools: Support insn and insnlen in perf script

2016-09-29 Thread Andi Kleen
From: Andi Kleen When looking at Intel PT traces with perf script it is useful to have some indication of the instruction. Dump the instruction bytes and instruction length, which can be used for simple pattern analysis in scripts. % perf record -e intel_pt// foo % perf script --itrace=i0ns -F