commit | 5ef841f6f32dce0b752a4fa0622781ee67a0e874 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Mar 19 12:20:38 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Mar 19 15:57:55 2009 -0400 |
tree | 12c1ac0552f12b93662e2676137fb1286b50d4ee | |
parent | ac5f6c96859e9a664ac05b04bc96ed1caad5fe29 [diff] |
tracing: make print_(b)printk_msg_only global This patch makes print_printk_msg_only and print_bprintk_msg_only global for other functions to use. It also renames them by adding a "trace_" to the beginning to avoid namespace collisions. Signed-off-by: Steven Rostedt <srostedt@redhat.com>