tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine
authorliubo <liubo2009@cn.fujitsu.com>
Tue, 19 Apr 2011 01:35:28 +0000 (09:35 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 26 May 2011 02:13:44 +0000 (22:13 -0400)
commit2fc1b6f0d0a719e1e2a30bf076a3a799feaf6af2
tree3101c47095ef438b6657b7e0dbb57b2f7188666f
parent3b6cfdb1714a33ae4d2ca9fbc818a42cf7adee69
tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine

Filesystem, like Btrfs, has some "ULL" macros, and when these macros are passed
to tracepoints'__print_symbolic(), there will be 64->32 truncate WARNINGS during
compiling on 32bit box.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Link: http://lkml.kernel.org/r/4DACE6E0.7000507@cn.fujitsu.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace_event.h
include/trace/ftrace.h
kernel/trace/trace_output.c