commit | 5e1607a00bd082972629d3d68c95c8bcf902b55a | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Mar 05 10:24:48 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 05 10:24:48 2009 +0100 |
tree | 2751baf5ee286cdec8f4b1afcb7332f4c1f5f454 | |
parent | 53664738c122bfe8b0e489fddaf2ab265c9133c8 [diff] |
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>