commit | f2224d5b26a1fafd033506052c1f368e59563e85 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri Oct 11 15:48:01 2024 -0400 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri Oct 11 17:24:18 2024 -0400 |
tree | 11b145280e32a52f7693fa05411582e336926294 | |
parent | 5f570de85c6b6a391c5e7ffea0b9a54fd8c4b043 [diff] |
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>