diff options
author | Dave Brolley <brolley@redhat.com> | 2008-07-29 13:47:31 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-07-29 13:47:31 -0400 |
commit | e59868d97dbe9b28ea2f3730252c38a582b19a0f (patch) | |
tree | 174b1a65cabaf6fbf74ae888ec7ee331ae2441c1 /stapprobes.5.in | |
parent | 0e47827d5f461ceb0e67540adba7bc2fe3a360da (diff) | |
parent | a96d1db083ba958e4da2a212dd044c52d001511a (diff) | |
download | systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.tar.gz systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.tar.xz systemtap-steved-e59868d97dbe9b28ea2f3730252c38a582b19a0f.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
ChangeLog
testsuite/ChangeLog
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r-- | stapprobes.5.in | 5 |
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 |