diff options
author | fche <fche> | 2006-05-06 00:08:33 +0000 |
---|---|---|
committer | fche <fche> | 2006-05-06 00:08:33 +0000 |
commit | f62915601d3fabd74481bb8dd332a7844ee66d64 (patch) | |
tree | 35dda1dc9837defd6cfa3f1df3294c6d4b113481 /testsuite/buildok/syscall.stp | |
parent | 6f231a27acfc18d69092b65ee701e622423e8693 (diff) | |
download | systemtap-steved-f62915601d3fabd74481bb8dd332a7844ee66d64.tar.gz systemtap-steved-f62915601d3fabd74481bb8dd332a7844ee66d64.tar.xz systemtap-steved-f62915601d3fabd74481bb8dd332a7844ee66d64.zip |
2006-05-05 Frank Ch. Eigler <fche@elastic.org>
PR 2643
* testsuite/buildok/syscalls.stp: Take "-u" away again.
* configure.ac, systemtap.spec.in: Bump version to 0.5.7.
* configure: Regenerated.
2006-05-05 Frank Ch. Eigler <fche@elastic.org>
PR 2643
* syscalls.stp: Put back some dummy syscall.exit*.return probes.
Diffstat (limited to 'testsuite/buildok/syscall.stp')
-rwxr-xr-x | testsuite/buildok/syscall.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/syscall.stp b/testsuite/buildok/syscall.stp index 82689eee..2fdab5b0 100755 --- a/testsuite/buildok/syscall.stp +++ b/testsuite/buildok/syscall.stp @@ -1,4 +1,4 @@ -#! stap -up4 +#! stap -p4 probe syscall.*, syscall.*.return { if (retstr != "") |