From: Steven Rostedt Date: Mon, 12 May 2008 19:20:50 +0000 (+0200) Subject: ftrace: remove address of function names X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf8cdebfb6c1cff50ea8077f1a07c2333d6d1fd;p=pandora-kernel.git ftrace: remove address of function names PowerPC is very fragile when it comes to use of function names and function addresses. ftrace needs to either use all function addresses or function names (i.e. my_func as suppose to &my_func). This patch chooses to use the names and not the addresses, and makes ftrace consistent. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed