Re: [PATCH 1/3] sh: dynamic ftrace support.

2008-11-21 Thread Matt Fleming
On Fri, Nov 21, 2008 at 04:44:29PM +0900, Paul Mundt wrote: > On Thu, Nov 20, 2008 at 03:34:16PM -0500, Steven Rostedt wrote: > > +} elsif ($arch eq "sh") { > > +$section_regex = "Disassembly of section\\s+(\\S+):"; > > +$function_regex = "^([0-9a-fA-F]+)\\s+<(.*?)>:"; > > +$mcount_rege

Re: [PATCH 1/3] sh: dynamic ftrace support.

2008-11-21 Thread Paul Mundt
On Thu, Nov 20, 2008 at 03:34:16PM -0500, Steven Rostedt wrote: > +} elsif ($arch eq "sh") { > +$section_regex = "Disassembly of section\\s+(\\S+):"; > +$function_regex = "^([0-9a-fA-F]+)\\s+<(.*?)>:"; > +$mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\smcount\$"; > +$type = ".long"; > + >

[PATCH 1/3] sh: dynamic ftrace support.

2008-11-20 Thread Steven Rostedt
From: Matt Fleming <[EMAIL PROTECTED]> First cut at dynamic ftrace support. [ Steven Rostedt - only updated the recordmcount.pl file. There are updates for PowerPC that will conflict with this, and we need to base off of these changes. ] Signed-off-by: Matt Fleming <[EMAIL PROTECTED]>