diff options
author | Steven Rostedt (Google) <rostedt@goodmis.org> | 2023-07-28 23:50:43 +0530 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2023-07-30 18:13:33 -0400 |
commit | ee41106a12c76f38d0cf82ef17809fa62757151d (patch) | |
tree | 8e2aa524b670cfc554775749a19c78cc69e67f0c /fs/tracefs | |
parent | 6d98a0f2ac3c021d21be66fa34e992137cd25bcb (diff) | |
download | linux-ee41106a12c76f38d0cf82ef17809fa62757151d.tar.gz linux-ee41106a12c76f38d0cf82ef17809fa62757151d.tar.bz2 linux-ee41106a12c76f38d0cf82ef17809fa62757151d.zip |
tracing: Require all trace events to have a TRACE_SYSTEM
The creation of the trace event directory requires that a TRACE_SYSTEM is
defined that the trace event directory is added within the system it was
defined in.
The code handled the case where a TRACE_SYSTEM was not added, and would
then add the event at the events directory. But nothing should be doing
this. This code also prevents the implementation of creating dynamic
dentrys for the eventfs system.
As this path has never been hit on correct code, remove it. If it does get
hit, issues a WARN_ON_ONCE() and return ENODEV.
Link: https://lkml.kernel.org/r/1690568452-46553-2-git-send-email-akaher@vmware.com
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Ajay Kaher <akaher@vmware.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'fs/tracefs')
0 files changed, 0 insertions, 0 deletions