From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756853AbbJVHcx (ORCPT ); Thu, 22 Oct 2015 03:32:53 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:36984 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753388AbbJVHcw (ORCPT ); Thu, 22 Oct 2015 03:32:52 -0400 Date: Thu, 22 Oct 2015 09:32:47 +0200 From: Ingo Molnar To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Adrian Hunter , Borislav Petkov , Brendan Gregg , Chandler Carruth , Frederic Weisbecker , Stephane Eranian , Wang Nan Subject: Re: [RFC/PATCH 3/3] perf tools: Defaults to 'caller' callchain order only if --children is enabled Message-ID: <20151022073247.GA14234@gmail.com> References: <1445495330-25416-1-git-send-email-namhyung@kernel.org> <1445495330-25416-3-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445495330-25416-3-git-send-email-namhyung@kernel.org> 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 * Namhyung Kim wrote: > The caller callchain order is useful with --children option since it can > show 'overview' style output, but other commands which don't use > --children feature like 'perf script' or even 'perf report/top' without > --children are better to keep caller order. > > Cc: Adrian Hunter > Cc: Borislav Petkov > Cc: Brendan Gregg > Cc: Chandler Carruth > Cc: Frederic Weisbecker > Cc: Stephane Eranian > Cc: Wang Nan > Signed-off-by: Namhyung Kim Very nice fixes, thanks! Ingo