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:
0f1b1ff
)
s390/ftrace: optimize function graph caller code
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 15 Aug 2014 10:33:46 +0000
(12:33 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 9 Sep 2014 06:53:28 +0000
(08:53 +0200)
When the function graph tracer is disabled we can skip three additional
instructions. So let's just do this.
So if function tracing is enabled but function graph tracing is
runtime disabled, we get away with a single unconditional branch.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found