Add disable kernel event support
[lttng-tools.git] / lttng / lttng.c
index 5f0699119cc89614644a1cf1bc5ef176d4eeb3f7..84d10eb7222b0e5c72f7db04e0d78cb5c6d275b8 100644 (file)
@@ -63,6 +63,7 @@ static struct cmd_struct commands[] =  {
        { "start", cmd_start},
        { "stop", cmd_stop},
        { "enable-event", cmd_enable_events},
+       { "disable-event", cmd_disable_events},
        { NULL, NULL}   /* Array closure */
 };
 
This page took 0.022919 seconds and 4 git commands to generate.