commit | a225cdd263f340c864febb1992802fb5b08bc328 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jan 15 23:06:03 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 16 12:17:58 2009 +0100 |
tree | a457f609c0071216c37f255cbaba00217bf1a7ed | |
parent | 3eb36aa05329a47cbe201c151fd0024a4a3649cd [diff] |
ftrace: remove static from function tracer functions Impact: clean up After reorganizing the functions in trace.c and trace_function.c, they no longer need to be in global context. This patch makes the functions and one variable into static. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>