On Wed, 28 Aug 2019 14:24:56 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > @@ -2223,9 +2385,6 @@ static int handle_options(struct tracecmd_input *handle) > case TRACECMD_OPTION_UNAME: > handle->uname = strdup(buf); > break; > - case TRACECMD_OPTION_VERSION: > - handle->version = strdup(buf); > - break; I've been wondering why I've been getting "unknown option 9" for some time. Was there any reason to remove this? -- Steve > case TRACECMD_OPTION_HOOK: > hook = tracecmd_create_event_hook(buf); > hook->next = handle->hooks; > @@ -2235,6 +2394,10 @@ static int handle_options(struct tracecmd_input *handle)