Em Thu, Aug 13, 2015 at 10:14:55AM +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 instruction decoder to get details of the
> instruction and then categorizes it for consumption by an Intel PT
> decoder.
> 
> Signed-off-by: Adrian Hunter <[email protected]>
> ---
> 
> 
> Changes in V9:
> 
>       insn.c is in the tools/perf sources and so should
>       be included as "insn.c" not <insn.c>.
> 
>       inat_types.h is in the kernel headers so is not needed
>       in the tools/perf sources.

Thanks, now it builds with O=

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to