tracing/user_events: Split header into uapi and kernel
authorBeau Belgrave <beaub@linux.microsoft.com>
Tue, 28 Mar 2023 23:52:08 +0000 (16:52 -0700)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 29 Mar 2023 10:52:08 +0000 (06:52 -0400)
commite5a26a4048eeb9558e5c84f340a989c78db4adf4
tree54f43d2bbfd2f00ef4e48c16a4bdb268d9ac32c8
parent80a76994b2d88161697bd92b8b6367d9040dbe2a
tracing/user_events: Split header into uapi and kernel

The UAPI parts need to be split out from the kernel parts of user_events
now that other parts of the kernel will reference it. Do so by moving
the existing include/linux/user_events.h into
include/uapi/linux/user_events.h.

Link: https://lkml.kernel.org/r/20230328235219.203-2-beaub@linux.microsoft.com
Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/user_events.h
include/uapi/linux/user_events.h [new file with mode: 0644]
kernel/trace/trace_events_user.c