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. Changes since v1: - free the regex of system and event if they are created. 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 | 149 ++++++++++++++++++++++++++++ 3 files changed, 188 insertions(+) -- 2.29.2