From: Helge Deller Date: Sun, 8 Feb 2009 23:43:36 +0000 (+0100) Subject: parisc: add ftrace (function and graph tracer) functionality X-Git-Tag: v2.6.30-rc1~233^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75f054a2cf0614ff63d534ff21ca8eaab41e713;p=pandora-kernel.git 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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed