probe::kprocess.exec_complete



Name

probe::kprocess.exec_complete — Return from exec to a new program

Synopsis

kprocess.exec_complete 

Values

retstr
A string representation of errno (SystemTap v2.5+)
success
A boolean indicating whether the exec was successful
errno
The error number resulting from the exec
name
Name of the system call (execve) (SystemTap v2.5+)

Context

On success, the context of the new executable. On failure, remains in the context of the caller.

Description

Fires at the completion of an exec call. Aliased to the syscall.execve.return probe in SystemTap v2.5+.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.