commit | d75f054a2cf0614ff63d534ff21ca8eaab41e713 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Mon Feb 09 00:43:36 2009 +0100 |
committer | Kyle McMartin <kyle@mcmartin.ca> | Tue Mar 31 02:51:34 2009 +0000 |
tree | e1fbea035711abf72099ebd01918f5ba3c3cf9ae | |
parent | 803094f480aa5b7dd5187a17e6e60ff24721c212 [diff] |
parisc: add ftrace (function and graph tracer) functionality This patch adds the ftrace debugging functionality to the parisc kernel. It will currently only work with 64bit kernels, because the gcc options -pg and -ffunction-sections can't be enabled at the same time and -ffunction-sections is still needed to be able to link 32bit kernels. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>