Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206782
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V9 03/25] perf tools: Add Intel PT instruction decoder |
| Date | 2015-08-13 14:40 +0200 |
| Message-ID | <pWZXB-3o7-15@gated-at.bofh.it> (permalink) |
| References | <pWUEy-45f-7@gated-at.bofh.it> <pWUXU-4He-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <adrian.hunter@intel.com> > --- > > > 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH V8 03/25] perf tools: Add Intel PT instruction decoder Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-12 23:00 +0200
Re: [PATCH V8 03/25] perf tools: Add Intel PT instruction decoder Adrian Hunter <adrian.hunter@intel.com> - 2015-08-13 09:00 +0200
Re: [PATCH V9 03/25] perf tools: Add Intel PT instruction decoder Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-13 14:40 +0200
csiph-web