X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=84d10eb7222b0e5c72f7db04e0d78cb5c6d275b8;hp=5f0699119cc89614644a1cf1bc5ef176d4eeb3f7;hb=e953ef25cbc11fb112aa2e23bf2d44867fe585ed;hpb=7b3958902a08e7d96d388614f2726ad8a6fc9df2 diff --git a/lttng/lttng.c b/lttng/lttng.c index 5f0699119..84d10eb72 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -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 */ };