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; + +# force

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_regex =