commit | dbf8d70df6bc23ebdf78061e93eaec86e5019814 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Nov 24 13:34:22 2009 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Nov 24 13:34:22 2009 -0500 |
tree | 1aa936cc03a19306db47be0f93be1ccb656afb33 | |
parent | 2ea1baba8708adcb4fc18523bd6d2068c0a66f6d [diff] |
Handle pointers to kernel strings nicer Some trace events point to strings within the kernel, and print them with '%s'. Since the stored value is just a pointer, unless we export those strings we can't print them out. Instead of trying to print out garbage (a string pointer), print out the value instead. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>