diff options
author | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-03-04 01:05:31 +0300 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-03-11 01:41:18 +0300 |
commit | 8bcd06632b73291e8734f46084ed04f4106b840a (patch) | |
tree | c1ba8b9b8f6144aee173df8a0539a3bacbbff640 /samples | |
parent | 5677a3d713ad795e3ce32d631941e982777b43db (diff) | |
download | linux-8bcd06632b73291e8734f46084ed04f4106b840a.tar.xz |
tracing: Allow custom events to be added to the tracefs directory
Allow custom events to be added to the events directory in the tracefs
file system. For example, a module could be installed that attaches to an
event and wants to be enabled and disabled via the tracefs file system. It
would use trace_add_event_call() to add the event to the tracefs
directory, and trace_remove_event_call() to remove it.
Make both those functions EXPORT_SYMBOL_GPL().
Link: https://lkml.kernel.org/r/20220303220625.186988045@goodmis.org
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions