Difference between revisions of "Ftrace Function Graph ARM"

From eLinux.org
Jump to: navigation, search
(add link to ftd)
Line 5: Line 5:
  
 
== Patches ==
 
== Patches ==
''[coming soon - e-mail [[User:Tim_Bird]] if you'd like them!]''
 
 
 
The following patches were submitted to the kernel mailing list in early July 2009.
 
The following patches were submitted to the kernel mailing list in early July 2009.
 
There are patches against kernel version 2.6.31-rc1.
 
There are patches against kernel version 2.6.31-rc1.
Line 17: Line 15:
 
== Tools ==
 
== Tools ==
 
* [[Media:Ftd.txt]] - Function Trace Dump - post-trace analysis tool
 
* [[Media:Ftd.txt]] - Function Trace Dump - post-trace analysis tool
(Download, rename to 'ftd', and chmod a+x)
+
To install:
 +
* Download
 +
* rename to 'ftd': ''mv Ftd.txt ftd''
 +
* make it executable: ''chmod a+x''
 +
* Put it on your path somewhere: ''sudo mv ftd /usr/local/bin''

Revision as of 11:45, 8 July 2009

This page is currently a stub, but will hold the 2.6.31-rc1 patches to add ARM function graph tracing for the Ftrace system.

This needs to be done before Linux Symposium 2009!!

Patches

The following patches were submitted to the kernel mailing list in early July 2009. There are patches against kernel version 2.6.31-rc1.

Tools

To install:

* Download
* rename to 'ftd': mv Ftd.txt ftd
* make it executable: chmod a+x
* Put it on your path somewhere: sudo mv ftd /usr/local/bin