tracing: switch function prints from %pf to %ps
authorSteven Rostedt <srostedt@redhat.com>
Thu, 17 Sep 2009 04:05:58 +0000 (00:05 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 17 Sep 2009 19:53:40 +0000 (15:53 -0400)
commitb375a11a239e9e1cac40c7f3ff28b343d9f7ac51
treec69d29112ac9eb3689ddac166df65d06b268ad6d
parent91adcd2c4b104a8ce2973e6e84b01fd48735ffc6
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 <rostedt@goodmis.org>
kernel/trace/ftrace.c
kernel/trace/trace_functions.c
kernel/trace/trace_functions_graph.c