ftrace: move mmiotrace functions out of trace.c
authorPekka Paalanen <pq@iki.fi>
Tue, 16 Sep 2008 18:56:41 +0000 (21:56 +0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:37:04 +0000 (10:37 +0200)
Moves the mmiotrace specific functions from trace.c to
trace_mmiotrace.c. Functions trace_wake_up(), tracing_get_trace_entry(),
and tracing_generic_entry_update() are therefore made available outside
trace.c.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found