diff options
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r-- | stapprobes.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index fdba10be..3633fd39 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -311,6 +311,8 @@ Additional user-space probing is available in the following forms: .SAMPLE process(PID).clone process("PATH").clone +process(PID).exec +process("PATH").exec process(PID).death process("PATH").death process(PID).syscall @@ -324,6 +326,10 @@ A probe gets called when a thread described by PID or PATH creates a new thread. A +.B .exec +probe gets called when a thread described by PID or PATH returns from +.IR exec() . +A .B .death probe gets called when a thread described by PID or PATH dies. A |