tracing: rename ftrace_printk() => trace_printk()
authorIngo Molnar <mingo@elte.hu>
Thu, 5 Mar 2009 09:24:48 +0000 (10:24 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 5 Mar 2009 09:24:48 +0000 (10:24 +0100)
commit5e1607a00bd082972629d3d68c95c8bcf902b55a
tree2751baf5ee286cdec8f4b1afcb7332f4c1f5f454
parent53664738c122bfe8b0e489fddaf2ab265c9133c8
tracing: rename ftrace_printk() => trace_printk()

Impact: cleanup

Use a more generic name - this also allows the prototype to move
to kernel.h and be generally available to kernel developers who
want to do some quick tracing.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/ftrace.txt
include/linux/ftrace.h
kernel/trace/trace.c
kernel/trace/trace.h