From: Liming Wang Date: Wed, 26 Nov 2008 02:29:26 +0000 (+0800) Subject: ftrace: adding other non-leaving .text sections X-Git-Tag: v2.6.29-rc1~586^2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d144d5ee6a265823d39f75ecfed351a516295183;p=pandora-kernel.git ftrace: adding other non-leaving .text sections 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 Acked-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed