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
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";
> +
>
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]>