From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760487AbYD2Tbt (ORCPT ); Tue, 29 Apr 2008 15:31:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752007AbYD2Tbi (ORCPT ); Tue, 29 Apr 2008 15:31:38 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:36712 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755096AbYD2Tbh (ORCPT ); Tue, 29 Apr 2008 15:31:37 -0400 Date: Tue, 29 Apr 2008 21:29:13 +0200 From: Ingo Molnar To: Christoph Lameter Cc: Arjan van de Ven , akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Linus Torvalds , Peter Zijlstra Subject: Re: [2/2] vmallocinfo: Add caller information Message-ID: <20080429192913.GA18279@elte.hu> References: <20080318222701.788442216@sgi.com> <20080318222827.519656153@sgi.com> <20080429084854.GA14913@elte.hu> <20080428124849.4959c419@infradead.org> <20080428140026.32aaf3bf@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Christoph Lameter wrote: > On Mon, 28 Apr 2008, Arjan van de Ven wrote: > > > > Hmmm... Why do we have CONFIG_FRAMEPOINTER then? > > > > to make the backtraces more accurate. > > Well so we display out of whack backtraces? There are also issues on > platforms that do not have a stack in the classic sense (rotating > register file on IA64 and Sparc64 f.e.). Determining a backtrace can > be very expensive. they have to solve that for kernel oopses and for lockdep somehow anyway. Other users of stacktrace are: fault injection, kmemcheck, latencytop, ftrace. All new debugging and instrumentation code uses it, and for a good reason. Ingo