Re: [PATCH V8 03/25] perf tools: Add Intel PT instruction decoder

2015-08-12 Thread Adrian Hunter
On 12/08/15 23:55, Arnaldo Carvalho de Melo wrote: > Em Fri, Jul 17, 2015 at 07:33:38PM +0300, Adrian Hunter escreveu: >> Add support for decoding instructions for Intel Processor Trace. The >> kernel x86 instruction decoder is copied for this. >> >> This essentially provides intel_pt_get_insn() w

Re: [PATCH V8 03/25] perf tools: Add Intel PT instruction decoder

2015-08-12 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 17, 2015 at 07:33:38PM +0300, Adrian Hunter escreveu: > Add support for decoding instructions for Intel Processor Trace. The > kernel x86 instruction decoder is copied for this. > > This essentially provides intel_pt_get_insn() which takes a binary > buffer, uses the kernel's x86 inst

[PATCH V8 03/25] perf tools: Add Intel PT instruction decoder

2015-07-17 Thread Adrian Hunter
Add support for decoding instructions for Intel Processor Trace. The kernel x86 instruction decoder is copied for this. This essentially provides intel_pt_get_insn() which takes a binary buffer, uses the kernel's x86 instruction decoder to get details of the instruction and then categorizes it fo