summaryrefslogtreecommitdiffstats
path: root/stapprobes.5.in
diff options
context:
space:
mode:
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r--stapprobes.5.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in
index 700452a7..fcc44df1 100644
--- a/stapprobes.5.in
+++ b/stapprobes.5.in
@@ -367,6 +367,8 @@ process(PID).syscall
process("PATH").syscall
process(PID).syscall.return
process("PATH").syscall.return
+process(PID).itrace
+process("PATH").itrace
.ESAMPLE
.PP
A
@@ -391,6 +393,9 @@ A
probe gets called when a thread described by PID or PATH returns from a
system call. The system call number is available in the "$syscall"
context variable.
+A
+.B .itrace
+probe gets called for every single step of the process described by PID or PATH.
.PP
Note that
.I PATH