logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

warning::process-tracking - process-tracking facilities are not available

Description

       These  errors  and  warnings  occur  when the kernel systemtap is running on lacks support for user-space
       process tracking facilities.

   COMPILE-TIMEERROR
       The error

              ERROR: user-space process-tracking facilities not available

       occurs when the script contains a uprobes probe point that the current kernel does not support.

   RUNTIMEWARNINGS
       The warning,

              WARNING: process-tracking facilities are not available in this kernel

       and the related message,

              WARNING: cannot track target in process '...'

       both occur at runtime when running on a kernel (generally an older version) that has neither utrace func‐
       tionality nor an acceptable substitute.

       The script should still load and run. However, probes that rely on availability of  process-tracking  fa‐
       cilities will silently fail to trigger.

Name

       warning::process-tracking - process-tracking facilities are not available

Resolving The Issue

       If  process-tracking  functionality  is  absolutely  necessary, either a kernel version newer than 3.5 is
       needed, or an older version must be compiled with appropriate utrace patches.

See Also

stap(1),
       error::reporting(7stap)

                                                                                WARNING::PROCESS-TRACKING(7stap)

See Also