From: Arnaldo Carvalho de Melo Date: Mon, 12 May 2008 19:20:41 +0000 (+0200) Subject: ftrace: annotate core code that should not be traced X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e766410c4babd37bc7cd5e25009c179781742c8;p=pandora-kernel.git ftrace: annotate core code that should not be traced Mark with "notrace" functions in core code that should not be traced. The "notrace" attribute will prevent gcc from adding a call to ftrace on the annotated funtions. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed