X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;fp=lttng%2Flttng.c;h=0cd5a2874ed6173c513f05646cbbcf8561ccf7f7;hp=379cbb1fdbb6183377bb4e50664d0c84bdb2a1e8;hb=7d29a2477524f7ee2ee46a94e538e6141f5ecc0e;hpb=65beb5ffdbe6e17dbd0268aad3c32b02322cd9ad diff --git a/lttng/lttng.c b/lttng/lttng.c index 379cbb1fd..0cd5a2874 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -62,7 +62,6 @@ static struct cmd_struct commands[] = { { "list", cmd_list}, { "create", cmd_create}, { "destroy", cmd_destroy}, - { "add-channel", cmd_add_channel}, { "start", cmd_start}, { "stop", cmd_stop}, { "enable-event", cmd_enable_events}, @@ -91,7 +90,6 @@ static void usage(FILE *ofp) fprintf(ofp, " --list-commands Simple listing of lttng commands\n"); fprintf(ofp, "\n"); fprintf(ofp, "Commands:\n"); - fprintf(ofp, " add-channel Add channel to tracer\n"); fprintf(ofp, " add-context Add context to event or/and channel\n"); fprintf(ofp, " create Create tracing session\n"); fprintf(ofp, " destroy Teardown tracing session\n");