From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0ED021007D1 for ; Fri, 25 Nov 2011 16:24:56 +1100 (EST) Message-ID: <1322198672.32635.24.camel@pasglop> Subject: Re: oprofile callgraph support missing for common cpus From: Benjamin Herrenschmidt To: Joakim Tjernlund Date: Fri, 25 Nov 2011 16:24:32 +1100 In-Reply-To: References: <4EC544C6.3050502@us.ibm.com> <20111117232027.GW15738@erda.amd.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Robert Richter , linuxppc-dev@ozlabs.org, Andy Fleming , oprofile-list@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2011-11-18 at 09:22 +0100, Joakim Tjernlund wrote: > I forgot to ask, oprofile mentions setting -no-omit-framepointer to get > correct backtrace but I cannot turn on frame pointers for the ppc kernel. > Isn't frame pointers needed for pcc? what about user space? PowerPC always has frame pointers, ignore that :-) Cheers, Ben.