Writing a SystemTap script (for Linux), and I want to make sure I catch the fact that a process has ended. What's the best way to do this (e.g., a particular kernel function, or an exhaustive list of ways a process could end like calling _exit())?
Thanks!