From: Steven Rostedt Date: Thu, 17 Sep 2009 04:05:58 +0000 (-0400) Subject: tracing: switch function prints from %pf to %ps X-Git-Tag: v2.6.32-rc1~654^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b375a11a239e9e1cac40c7f3ff28b343d9f7ac51;p=pandora-kernel.git tracing: switch function prints from %pf to %ps For direct function pointers (like what mcount provides) PowerPC64 requires the use of %ps, otherwise nothing is printed. This patch converts all prints of functions retrieved through mcount to use the %ps format from the %pf. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed