From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> When writing code with libtracefs, I found that it would be very convenient to have an easy way to enable and disable events. This patch set adds: tracefs_event_enable() tracefs_event_disable() to allow users to easily enable and disable events in their code. Steven Rostedt (VMware) (2): libtracefs: Add tracefs_event_enable/disable() API libtracefs: Update the man page for tracefs_event_enable/disable() APIs Documentation/libtracefs-events.txt | 36 +++++++ include/tracefs.h | 3 + src/tracefs-events.c | 145 ++++++++++++++++++++++++++++ 3 files changed, 184 insertions(+) -- 2.29.2