Re: [PATCH] tile: support ftrace on tilegx

2013-08-22 Thread Steven Rostedt
On Fri, 9 Aug 2013 13:26:09 -0400 Tony Lu wrote: > diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl > index 858966a..a674fd5 100755 > --- a/scripts/recordmcount.pl > +++ b/scripts/recordmcount.pl > @@ -364,6 +364,10 @@ if ($arch eq "x86_64") { > } elsif ($arch eq "blackfin") { >

[PATCH] tile: support ftrace on tilegx

2013-08-09 Thread Tony Lu
This commit adds support for static ftrace, graph function support, and dynamic tracer support. Signed-off-by: Tony Lu Signed-off-by: Chris Metcalf --- I assume it makes sense for this to be pushed via the tile tree; it's currently queued in tile-next. arch/tile/Kconfig | 7 +-