]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: annotate core code that should not be traced
authorArnaldo Carvalho de Melo <acme@ghostprotocols.net>
Mon, 12 May 2008 19:20:41 +0000 (21:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 18:31:48 +0000 (20:31 +0200)
commitb63573f3a32fd3a34848beeaa469403915641ba1
treed6517a794a59755cc98e318e3da7779b7257714b
parent1cffb16b2ae4b81299a234781d9d31b65f40cacb
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 <acme@ghostprotocols.net>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
lib/smp_processor_id.c