ftrace: remove static from function tracer functions
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Jan 2009 04:06:03 +0000 (23:06 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 11:17:58 +0000 (12:17 +0100)
commita225cdd263f340c864febb1992802fb5b08bc328
treea457f609c0071216c37f255cbaba00217bf1a7ed
parent3eb36aa05329a47cbe201c151fd0024a4a3649cd
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>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_functions.c