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:
9795302
)
ftrace: ignore functions that cannot be kprobe-ed
author
Ingo Molnar
<mingo@elte.hu>
Tue, 29 Jul 2008 10:00:59 +0000
(12:00 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 14 Oct 2008 08:34:22 +0000
(10:34 +0200)
kprobes already has an extensive list of annotations for functions
that should not be instrumented. Add notrace annotations to these
functions as well.
This is particularly useful for functions called by the NMI path.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found