| To: | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Subject: | Re: MIPS Function Tracer question |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Mon, 3 Dec 2012 17:13:46 +0100 |
| Cc: | David Daney <ddaney.cavm@gmail.com>, Alan Cooper <alcooperx@gmail.com>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <1354545648.6276.202.camel@gandalf.local.home> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <CAOGqxeUOrVFoqsmUV19h5tXsD6pw5creXP9aN1C-V7K3WL2EXA@mail.gmail.com> <50B7E91C.6070403@gmail.com> <1354545648.6276.202.camel@gandalf.local.home> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Mon, Dec 03, 2012 at 09:40:48AM -0500, Steven Rostedt wrote: > The issue is with x86. Gcc wont compile if you have -pg and > -fomit-frame-pointer on x86. I originally forced function tracing to > select FRAME_POINTER, but because now on x86 with -mfentry, -pg no > longer requires frame pointers being set, I just let -pg complain one > way or the other. I believe that gcc by default will not add frame > pointers. Thus adding function tracing just prevents > -fomit-frame-pointer from being set, and if -pg requires frame pointers > it will automatically enable them otherwise they should not be enabled. On architectures such as MIPS where a frame pointer is not required for debugging -O and higher imply -fomit-frame-pointer. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: MIPS Function Tracer question, Steven Rostedt |
|---|---|
| Next by Date: | Re: MIPS Function Tracer question, Steven Rostedt |
| Previous by Thread: | Re: MIPS Function Tracer question, Steven Rostedt |
| Next by Thread: | Re: MIPS Function Tracer question, Steven Rostedt |
| Indexes: | [Date] [Thread] [Top] [All Lists] |