From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934064AbbDWOat (ORCPT ); Thu, 23 Apr 2015 10:30:49 -0400 Received: from mail.kernel.org ([198.145.29.136]:39255 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933891AbbDWOar (ORCPT ); Thu, 23 Apr 2015 10:30:47 -0400 Date: Thu, 23 Apr 2015 11:30:43 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter 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 Message-ID: <20150423143043.GE7881@kernel.org> References: <1427801934-25588-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: <1427801934-25588-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 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% 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. - Arnaldo