]> Pileus Git - ~andy/linux/commit
ftrace: move function tracer functions out of trace.c
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Jan 2009 01:40:23 +0000 (20:40 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 11:17:10 +0000 (12:17 +0100)
commitbb3c3c95f330f7bf16e33b002e48882616089db1
treee2f4045f002fdb96adc3a82cbf24436063c82ce8
parent5361499101306cfb776c3cfa0f69d0479bc63868
ftrace: move function tracer functions out of trace.c

Impact: clean up of trace.c

The function tracer functions were put in trace.c because it needed
to share static variables that were in trace.c.  Since then, those
variables have become global for various reasons. This patch moves
the function tracer functions into trace_function.c where they belong.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.c
kernel/trace/trace_functions.c