From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751116AbaHONwP (ORCPT ); Fri, 15 Aug 2014 09:52:15 -0400 Received: from mail.kernel.org ([198.145.19.201]:37332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbaHONwO (ORCPT ); Fri, 15 Aug 2014 09:52:14 -0400 Date: Fri, 15 Aug 2014 10:52:09 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Peter Zijlstra , Ingo Molnar , Paul Mackerras , Namhyung Kim , LKML , Jiri Olsa , David Ahern , Andi Kleen , Frederic Weisbecker , Arun Sharma , Rodrigo Campos Subject: Re: [RFC/PATCHSET 0/3] perf tools: Callchain improvement with --children and -g caller Message-ID: <20140815135209.GE3508@kernel.org> References: <1407996100-6359-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1407996100-6359-1-git-send-email-namhyung@kernel.org> 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, Aug 14, 2014 at 03:01:37PM +0900, Namhyung Kim escreveu: > Hello, > > This patchset tries to improve the callchain behavior when caller > ordering (which is not default) and --children (which is default) > enabled. I think that we might need to change default to caller > ordering when --children is enabled - but it needs more discussion of > course. Applied the first one, waiting for a conclusion to the discussion with Jiri to process the other two. - Arnaldo