git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91adcd2
)
tracing: switch function prints from %pf to %ps
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 17 Sep 2009 04:05:58 +0000
(
00:05
-0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Thu, 17 Sep 2009 19:53:40 +0000
(15:53 -0400)
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>
No differences found