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>
This commit is contained in:
Ingo Molnar
2009-03-05 10:24:48 +01:00
parent 53664738c1
commit 5e1607a00b
4 changed files with 17 additions and 17 deletions

View File

@@ -115,7 +115,7 @@ struct userstack_entry {
};
/*
* ftrace_printk entry:
* trace_printk entry:
*/
struct print_entry {
struct trace_entry ent;