X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Fdisable_events.c;h=09b61cbe25da6f55bb4bed2751bc9befec57bad3;hp=f30a2b28ac4ea629f7ea0266b6574b3d4e90630a;hb=eeac7d463a09ac924c3c98f1fa5fa6c19748b4de;hpb=509cbaf89ee874b312c89ca8276b13569b49c4c5 diff --git a/lttng/commands/disable_events.c b/lttng/commands/disable_events.c index f30a2b28a..09b61cbe2 100644 --- a/lttng/commands/disable_events.c +++ b/lttng/commands/disable_events.c @@ -31,11 +31,11 @@ static char *opt_event_list; static char *opt_kernel; -static char *opt_cmd_name; static char *opt_channel_name; static char *opt_session_name; static int opt_pid_all; static int opt_userspace; +static char *opt_cmd_name; static int opt_disable_all; static pid_t opt_pid;