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)
commit6e766410c4babd37bc7cd5e25009c179781742c8
treed6517a794a59755cc98e318e3da7779b7257714b
parent23adec554a7648f99c8acc0caf49c66320cd2b84
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