]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/ftrace_event.h
tracing: Add 'enable_event' and 'disable_event' event trigger commands
[mirror_ubuntu-bionic-kernel.git] / include / linux / ftrace_event.h
index 65caee44b4a9088b1f6bd3f95002b2cb44a9d60a..2f73c3988fc76fefa0af5acfd8ff71ccf3aa44ef 100644 (file)
@@ -348,6 +348,7 @@ enum event_trigger_type {
        ETT_TRACE_ONOFF         = (1 << 0),
        ETT_SNAPSHOT            = (1 << 1),
        ETT_STACKTRACE          = (1 << 2),
+       ETT_EVENT_ENABLE        = (1 << 3),
 };
 
 extern void destroy_preds(struct ftrace_event_file *file);