ftrace: adding other non-leaving .text sections
authorLiming Wang <liming.wang@windriver.com>
Wed, 26 Nov 2008 02:29:26 +0000 (10:29 +0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 02:48:37 +0000 (03:48 +0100)
Impact: widen the scope of recordmcount.pl

Besides .text section, there are three .text sections that won't
be freed after kernel booting. They are: .sched.text, .spinlock.text
and .kprobes.text, which contain functions we can trace. But the last
section ".kprobes.text" is particular, which has been marked as "notrace",
we ignore it. Thus we add other two sections.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found