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:
f020173
)
ftrace/x86: Do not trace .discard.text section
author
Steven Rostedt
<srostedt@redhat.com>
Wed, 13 Apr 2011 20:43:29 +0000
(16:43 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 16 May 2011 18:47:13 +0000
(14:47 -0400)
The section called .discard.text has tracing attached to it and is
currently ignored by ftrace. But it does include a call to the mcount
stub. Adding a notrace to the code keeps gcc from adding the useless
mcount caller to it.
Link:
http://lkml.kernel.org/r/20110421023739.243651696@goodmis.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found