From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755280AbbDXNWC (ORCPT ); Fri, 24 Apr 2015 09:22:02 -0400 Received: from mga03.intel.com ([134.134.136.65]:48393 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753424AbbDXNV7 (ORCPT ); Fri, 24 Apr 2015 09:21:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,640,1422950400"; d="scan'208";a="718673577" Message-ID: <553A42F5.4070601@intel.com> Date: Fri, 24 Apr 2015 16:19:49 +0300 From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: Peter Zijlstra , linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Stephane Eranian Subject: Re: [PATCH V7 00/25] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing References: <1427801934-25588-1-git-send-email-adrian.hunter@intel.com> <20150423143043.GE7881@kernel.org> In-Reply-To: <20150423143043.GE7881@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/04/15 17:30, Arnaldo Carvalho de Melo wrote: > Em Tue, Mar 31, 2015 at 02:38:29PM +0300, Adrian Hunter escreveu: >> Hi >> >> Here is V7 of some more preparatory patches for Intel PT >> that introduce an abstraction for using the AUX area and >> Instruction tracing. >> >> The master branch of the tree: >> >> git://git.infradead.org/users/ahunter/linux-perf.git > > So, please take a look at my perf/core branch, I processed I think 50% Looks fine. Thank you! > of this, need to take a break to process some more patches, then > dedicate some time to those patches related to FINISHED_ROUND. > > Also, if possible, would be nice to have access to some perf.data file > with those records, so that I can do some testing here, since I have no > hardware at least some parts of the code I could test, and not just do > code reviews. I have re-based, plus amended the later documentation to match the removal of -Z, and also moved some stuff under arch/x86. I will create some perf.data files for you and send the revised patches hopefully later today.