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>
1 file changed