]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit45dcd8b8a8ca855591e3ac882d3a7fc255d09d43
tree55b1772dfc9a6381ab1ecad7f3f6fbd605427f20
parentbbe5c7830c6dbde58726d44ec0337bc8b2d95d37
ftrace: move mmiotrace functions out of trace.c

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>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_mmiotrace.c