Path: csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Arnaldo Carvalho de Melo Newsgroups: linux.kernel Subject: Re: [PATCH V9 03/25] perf tools: Add Intel PT instruction decoder Date: Thu, 13 Aug 2015 14:40:03 +0200 Message-ID: References: X-Original-To: Adrian Hunter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 29 Organization: linux.* mail to news gateway X-Original-Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Jiri Olsa X-Original-Date: Thu, 13 Aug 2015 09:37:22 -0300 X-Original-Message-ID: <20150813123722.GC30356@kernel.org> X-Original-References: <55CC3DD5.6010607@intel.com> <1439450095-30122-1-git-send-email-adrian.hunter@intel.com> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1206782 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 > --- > > > Changes in V9: > > insn.c is in the tools/perf sources and so should > be included as "insn.c" not . > > 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/