From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbbHMMh1 (ORCPT ); Thu, 13 Aug 2015 08:37:27 -0400 Received: from mail.kernel.org ([198.145.29.136]:35956 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbbHMMh0 (ORCPT ); Thu, 13 Aug 2015 08:37:26 -0400 Date: Thu, 13 Aug 2015 09:37:22 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Jiri Olsa Subject: Re: [PATCH V9 03/25] perf tools: Add Intel PT instruction decoder Message-ID: <20150813123722.GC30356@kernel.org> References: <55CC3DD5.6010607@intel.com> <1439450095-30122-1-git-send-email-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439450095-30122-1-git-send-email-adrian.hunter@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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