From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566AbbJTMTx (ORCPT ); Tue, 20 Oct 2015 08:19:53 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:32923 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbbJTMTw (ORCPT ); Tue, 20 Oct 2015 08:19:52 -0400 Date: Tue, 20 Oct 2015 14:19:50 +0200 From: Frederic Weisbecker To: Arnaldo Carvalho de Melo Cc: Brendan Gregg , Ingo Molnar , LKML , Adrian Hunter , Borislav Petkov , Chandler Carruth , David Ahern , Jiri Olsa , Namhyung Kim , Stephane Eranian , Wang Nan Subject: Re: [PATCH 13/16] perf callchain: Switch default to 'graph,0.5,caller' Message-ID: <20151020121948.GA29289@lerouge> References: <1444079018-31421-1-git-send-email-acme@kernel.org> <1444079018-31421-14-git-send-email-acme@kernel.org> <20151009215626.GM14409@kernel.org> <20151009222504.GN14409@kernel.org> <20151020120033.GB5119@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151020120033.GB5119@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 20, 2015 at 09:00:34AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 19, 2015 at 05:16:53PM -0700, Brendan Gregg escreveu: > So are you advocating different defaults, one for --stdio (callee), > another for --tui, --gtk (caller)? > > This is all configurable via ~/.perfconfig :-\ > > Indeed, finding a default that is deemed adequate for most people is, > ho-hum, difficult 8-) Most uses I've seen on LKML by the past involved callee because people mostly look at the precise point where a performance issue is. IMHO changing that order is not a good idea. Unless many users complained about it. > > Ingo, what do you think? > > - Arnaldo