From: Jiri Olsa Date: Tue, 13 Oct 2009 20:33:54 +0000 (-0400) Subject: tracing: Enable "__cold" functions X-Git-Tag: v2.6.33-rc1~400^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d8289494a37e19cd7f3beacea9c957ad3debad6;p=pandora-kernel.git tracing: Enable "__cold" functions Based on the commit: a586df06 "x86: Support __attribute__((__cold__)) in gcc 4.3" some of the functions goes to the ".text.unlikely" section. Looks like there's not many of them (I found printk, panic, __ssb_dma_not_implemented, fat_fs_error), but still worth to include I think. Signed-off-by: Jiri Olsa Cc: Frederic Weisbecker Signed-off-by: Steven Rostedt LKML-Reference: <20091013203426.175845614@goodmis.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed