From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932086AbbCLU5b (ORCPT ); Thu, 12 Mar 2015 16:57:31 -0400 Received: from mail.kernel.org ([198.145.29.136]:40176 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752140AbbCLU53 (ORCPT ); Thu, 12 Mar 2015 16:57:29 -0400 Date: Thu, 12 Mar 2015 17:57:25 -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 , Paul Mackerras , Stephane Eranian , Alexander Shishkin , "Kleen, Andi" Subject: Re: [PATCH V5 00/25] perf tools: Introduce an abstraction for Instruction Tracing Message-ID: <20150312205725.GJ3550@kernel.org> References: <1425762394-29799-1-git-send-email-adrian.hunter@intel.com> <55006579.4000402@intel.com> <20150311193309.GA926@kernel.org> <5501FC45.4060901@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5501FC45.4060901@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, Mar 12, 2015 at 10:51:17PM +0200, Adrian Hunter escreveu: > On 11/03/2015 9:33 p.m., Arnaldo Carvalho de Melo wrote: > >We'll get that sorted out eventually. Sorry for the flux, but its trying > >to get it to a better, more fine grained state. > >>I will send another revision of the patch set, but I am also > >>considered renaming everything from "itrace" to something more > >>generic. Possibly "auxtrace" or "hwtrace". Any preferences? > >That should match whatever name is used for the kernel facility it will > >handle.... both auxtrace and hwtrace looks too ambiguous... > >cputrace perhaps? > "cputrace" sounds a bit like what perf already does. I am leaning toward > "auxtrace" which got Andi's vote. > It is possible Peter is waiting on perf tools patches before > moving the kernel driver patches. Are you amenable to taking > more of my patches or are you waiting on the Alex's driver patches? Can't this be submitted together? And with instructions about how to test it, which hardware supports it, etc, so that we can try to find hardware inside our corporate walls and test this as one piece? I'm almost calling it a day, last thing will be to push what I have in my perf/core branch, in a few moments. - Arnaldo