Home
last modified time | relevance | path

Searched hist:"0 eb15a47" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/user_events/
H A DMakefile0eb15a47 Tue Feb 14 13:19:39 CST 2023 Shuah Khan <skhan@linuxfoundation.org> selftests/user_events: add a note about user_events.h dependency

This test depends on <linux/user_events.h> exported in uapi
The following commit removed user_events.h out of uapi:
commit 5cfff569cab8 ("tracing: Move user_events.h temporarily out
of include/uapi")

This test will not compile until user_events.h is added back to uapi.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>