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

probe::kprocess.exec - Attempt to exec to a new program

Context

       The caller of exec.

Description

       Fires whenever a process attempts to exec to a new program. Aliased to the syscall.execve probe in
       SystemTap v2.5+.

Name

       probe::kprocess.exec - Attempt to exec to a new program

See Also

tapset::kprocess(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::KPROCESS.EX(3stap)

Synopsis

       kprocess.exec

Values

filename
           The path to the new executable

       name
           Name of the system call (“execve”) (SystemTap v2.5+)

       args
           The arguments to pass to the new executable, including the 0th arg (SystemTap v2.5+)

       argstr
           A string containing the filename followed by the arguments to pass, excluding 0th arg (SystemTap
           v2.5+)

See Also