Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | parisc: add ftrace (function and graph tracer) functionality | Helge Deller | |
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> |