From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752028AbcFWQUn (ORCPT ); Thu, 23 Jun 2016 12:20:43 -0400 Received: from mga09.intel.com ([134.134.136.24]:61399 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751740AbcFWQUm (ORCPT ); Thu, 23 Jun 2016 12:20:42 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,517,1459839600"; d="scan'208";a="993762785" Date: Thu, 23 Jun 2016 09:20:32 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Adrian Hunter , Jiri Olsa , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 3/3] perf script: Add callindent option Message-ID: <20160623162032.GG25121@tassilo.jf.intel.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160623140910.GP4213@kernel.org> 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 > 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. -Andi