Skip to content

Commit 88fe1ec

Browse files
committed
tracing: Unbreak user events
The user events was added a bit prematurely, and there were a few kernel developers that had issues with it. The API also needed a bit of work to make sure it would be stable. It was decided to make user events "broken" until this was settled. Now it has a new API that appears to be as stable as it will be without the use of a crystal ball. It's being used within Microsoft as is, which means the API has had some testing in real world use cases. It went through many discussions in the bi-weekly tracing meetings, and there's been no more comments about updates. I feel this is good to go. Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 4bec284 commit 88fe1ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/trace/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ config USER_EVENTS
792792
bool "User trace events"
793793
select TRACING
794794
select DYNAMIC_EVENTS
795-
depends on BROKEN || COMPILE_TEST # API needs to be straighten out
796795
help
797796
User trace events are user-defined trace events that
798797
can be used like an existing kernel trace event. User trace

0 commit comments

Comments
 (0)