From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755154AbbJUNYs (ORCPT ); Wed, 21 Oct 2015 09:24:48 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:59757 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755136AbbJUNYq (ORCPT ); Wed, 21 Oct 2015 09:24:46 -0400 Date: Wed, 21 Oct 2015 10:24:40 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Frederic Weisbecker , Chandler Carruth , Brendan Gregg , Ingo Molnar , LKML , Adrian Hunter , Borislav Petkov , David Ahern , Jiri Olsa , Stephane Eranian , Wang Nan , Taeung Song Subject: Re: [PATCH 13/16] perf callchain: Switch default to 'graph,0.5,caller' Message-ID: <20151021132440.GF10639@kernel.org> References: <20151009215626.GM14409@kernel.org> <20151009222504.GN14409@kernel.org> <20151020120033.GB5119@kernel.org> <20151020121948.GA29289@lerouge> <20151020130651.GC5119@kernel.org> <20151020172114.GB29289@lerouge> <20151020184404.GK5119@kernel.org> <20151021012136.GA628@sejong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151021012136.GA628@sejong> 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 Wed, Oct 21, 2015 at 10:21:36AM +0900, Namhyung Kim escreveu: > On Tue, Oct 20, 2015 at 03:44:04PM -0300, Arnaldo Carvalho de Melo wrote: > > Em Tue, Oct 20, 2015 at 07:21:16PM +0200, Frederic Weisbecker escreveu: > > > On Tue, Oct 20, 2015 at 10:06:51AM -0300, Arnaldo Carvalho de Melo wrote: > > And I noticed some other shortcoming of this ordering (caller) the stack > > closer to userspace in a typical perf.data with callchains (perf record > > -g) can have bogus addresses (-fomit-frame-pointer) :-\ > Maybe we need to add an option to ignore unresolved callchains? We have: -U, --hide-unresolved Only display entries resolved to a symbol But I think the problem here is different, its not about unresolved stuff, its about invalid addresses, no? - Arnaldo