]> git.baikalelectronics.ru Git - kernel.git/commit
user_events: Add print_fmt generation support for basic types
authorBeau Belgrave <beaub@linux.microsoft.com>
Tue, 18 Jan 2022 20:43:16 +0000 (12:43 -0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 11 Feb 2022 03:37:08 +0000 (22:37 -0500)
commit6f291b4ee9e0457f0ba7d00fca7e8a9c2684d8cf
treec63d7ad77b8aace19f2b8611628622541c4b3808
parentecf358c8c816afe41d7f5bc9d6bb737b21c63694
user_events: Add print_fmt generation support for basic types

Addes print_fmt format generation for basic types that are supported for
user processes. Only supports sizes that are the same on 32 and 64 bit.

Link: https://lkml.kernel.org/r/20220118204326.2169-3-beaub@linux.microsoft.com
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events_user.c