commit | 6e766410c4babd37bc7cd5e25009c179781742c8 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Mon May 12 21:20:41 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 20:31:48 2008 +0200 |
tree | d6517a794a59755cc98e318e3da7779b7257714b | |
parent | 23adec554a7648f99c8acc0caf49c66320cd2b84 [diff] |
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>