diff options
| author | Tom Zanussi <[email protected]> | 2009-04-28 03:04:53 -0500 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-04-29 14:06:03 +0200 |
| commit | a118e4d1402f1349fe3d953493e4168a300a752d (patch) | |
| tree | bd4c2fccee4528bf7d1536e33218516953904740 /include/linux/debugobjects.h | |
| parent | 30e673b230f9d556eb81ef68a7b1a08c8b3b142c (diff) | |
tracing/filters: distinguish between signed and unsigned fields
The new filter comparison ops need to be able to distinguish between
signed and unsigned field types, so add an is_signed flag/param to the
event field struct/trace_define_fields(). Also define a simple macro,
is_signed_type() to determine the signedness at compile time, used in the
trace macros. If the is_signed_type() macro won't work with a specific
type, a new slightly modified version of TRACE_FIELD() called
TRACE_FIELD_SIGN(), allows the signedness to be set explicitly.
[ Impact: extend trace-filter code for new feature ]
Signed-off-by: Tom Zanussi <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: [email protected]
Cc: Li Zefan <[email protected]>
LKML-Reference: <1240905893.6416.120.camel@tropicana>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions