переводчик / драйвер скрипта systemtap  (systemtap script translator/driver)
  
Статус выхода (Exit)
The systemtap translator generally returns with a success code of
       0 if the requested script was processed and executed successfully
       through the requested pass.  Otherwise, errors may be printed to
       stderr and a failure code is returned.  Use -v or -vp N to
       increase (global or per-pass) verbosity to identify the source of
       the trouble.
       In listings mode (-l and -L), error messages are normally
       suppressed.  A success code of 0 is returned if at least one
       matching probe was found.
       A script executing in pass 5 that is interrupted with ^C / SIGINT
       is considered to be successful.