From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751720AbcFWQqN (ORCPT ); Thu, 23 Jun 2016 12:46:13 -0400 Received: from mail.kernel.org ([198.145.29.136]:46652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950AbcFWQqM (ORCPT ); Thu, 23 Jun 2016 12:46:12 -0400 Date: Thu, 23 Jun 2016 13:46:07 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: Adrian Hunter , Jiri Olsa , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 3/3] perf script: Add callindent option Message-ID: <20160623164607.GR4213@kernel.org> References: <1466689258-28493-1-git-send-email-adrian.hunter@intel.com> <1466689258-28493-4-git-send-email-adrian.hunter@intel.com> <20160623140910.GP4213@kernel.org> <20160623162032.GG25121@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160623162032.GG25121@tassilo.jf.intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jun 23, 2016 at 09:20:32AM -0700, Andi Kleen escreveu: > > Here I think we should try to make the output more compact, so perhaps > > we should have some way to ask 'perf script' to show just timestamp > > deltas from the previous entry, for instance, i.e. replace that 'time' > > with a new 'delta' -F entry. > > Agreed, also have a way to hide the numerical addresses, and some summary > options to make it easier to use. > > However this can be all done as followups later, no need to hold up this basic > feature series for it. Yeah, I was just waiting for you to ack it, which you did, thanks, will process it later today and ship it to Ingo, unless somebody hollers. - Arnaldo