From: Ingo Molnar Date: Tue, 29 Jul 2008 10:00:59 +0000 (+0200) Subject: ftrace: ignore functions that cannot be kprobe-ed X-Git-Tag: v2.6.28-rc1~78^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dcd67ae994fece615b7c700958d215e884b9ae;p=pandora-kernel.git ftrace: ignore functions that cannot be kprobe-ed 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 --- Reading git-diff-tree failed