From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030629AbbD1OdP (ORCPT ); Tue, 28 Apr 2015 10:33:15 -0400 Received: from mail.kernel.org ([198.145.29.136]:39241 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965902AbbD1OdL (ORCPT ); Tue, 28 Apr 2015 10:33:11 -0400 Date: Tue, 28 Apr 2015 11:33:07 -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 V3 00/25] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing Message-ID: <20150428143307.GM16849@kernel.org> References: <1429903807-20559-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: <1429903807-20559-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 Fri, Apr 24, 2015 at 10:29:42PM +0300, Adrian Hunter escreveu: > Hi > > Here is V3 patches for the introduction of an abstraction for > using the AUX area and Instruction tracing. Applied the first three, waiting for reaction to Jiri's comments to continue. - Arnaldo