Skip to content

Commit fcbf591

Browse files
committed
tracing: Set user_events to BROKEN
After being merged, user_events become more visible to a wider audience that have concerns with the current API. It is too late to fix this for this release, but instead of a full revert, just mark it as BROKEN (which prevents it from being selected in make config). Then we can work finding a better API. If that fails, then it will need to be completely reverted. Link: https://lore.kernel.org/all/[email protected]/ Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 768c1e7 commit fcbf591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ config USER_EVENTS
741741
bool "User trace events"
742742
select TRACING
743743
select DYNAMIC_EVENTS
744+
depends on BROKEN || COMPILE_TEST # API needs to be straighten out
744745
help
745746
User trace events are user-defined trace events that
746747
can be used like an existing kernel trace event. User trace

0 commit comments

Comments
 (0)