summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/ftrace.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-16parisc: add CALLER_ADDR{0-6} macrosHelge Deller1-0/+14
Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-0/+25
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>