Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754349AbYHPDQq (ORCPT ); Fri, 15 Aug 2008 23:16:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751799AbYHPDQh (ORCPT ); Fri, 15 Aug 2008 23:16:37 -0400 Received: from nfitmail.nfit.au.dk ([130.225.31.129]:15295 "EHLO smtp.nfit.au.dk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751558AbYHPDQh (ORCPT ); Fri, 15 Aug 2008 23:16:37 -0400 To: Lukas Hejtmanek Cc: linux-kernel@vger.kernel.org, mingo@redhat.com Subject: Re: sysprof in 2.6.27 kernel References: <20080813083953.GF19333@ics.muni.cz> <20080814111022.GC4674@ics.muni.cz> From: Soeren Sandmann Date: 16 Aug 2008 05:16:34 +0200 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1195 Lines: 25 Soeren Sandmann writes: > Lukas Hejtmanek writes: > > > On Thu, Aug 14, 2008 at 01:23:16AM +0200, Soeren Sandmann wrote: > > > It's somewhat rough still. If you try it out, I will be interested in > > > any feedback you have. > > > > another feedback. I got No map at all processes even at those I got debug info > > installed. > > This may be because sysprof user space is not running as root, or it > may be because the kernel is generating bogus addresses. > > Generally, "No Map" means sysprof is seeing samples in memory regions > that are not in /proc//maps Actually, I seem to remember one cause of this: the vdso code creates an unusual stackframe where the pointer to the previous frame is stored in an unusual place. I think the sysprof kernel code needs to take this into account, or alternatively send sufficient information to userspace that it can figure it out itself. Soren -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/