[PATCH 2/3] tracing: Fix sparse warning with is_signed_type() macro

2013-01-02 Thread Steven Rostedt
From: Steven Rostedt Sparse complains when is_signed_type() is used on a pointer. This macro is needed for the format output used for ftrace and perf, to know if a binary field is a signed type or not. The is_signed_type() macro is used against all fields that are recorded by events to automate

[PATCH 2/3] tracing: Fix sparse warning with is_signed_type() macro

2013-01-02 Thread Steven Rostedt
From: Steven Rostedt srost...@redhat.com Sparse complains when is_signed_type() is used on a pointer. This macro is needed for the format output used for ftrace and perf, to know if a binary field is a signed type or not. The is_signed_type() macro is used against all fields that are recorded by