From: Ingo Molnar Date: Thu, 17 Apr 2008 15:40:51 +0000 (+0200) Subject: x86, tracing: add notrace to asm-x86/linkage.h X-Git-Tag: v2.6.26-rc1~1154^2~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a9909aab54123c7c471022389b36972e13b48e;p=pandora-kernel.git x86, tracing: add notrace to asm-x86/linkage.h notrace signals that a function should not be traced. Most of the time this is used by tracers to annotate code that cannot be traced - it's in a volatile state (such as in user vdso context or NMI context) or it's in the tracer internals. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed