libtraceevent: Have sizeof() parsing handle u8/s8 through u64/s64

The sizeof() may be used for common types like:

 __u8, __s8, u8, s8,
 __u16, __s16, u16, s16,
 __u32, __s32, u32, s32,
 __u64, __s64, u64, s64

Handle them.

Link: https://lore.kernel.org/20241011154801.6e237662@gandalf.local.home
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 file changed