summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress/current.stp
diff options
context:
space:
mode:
authorwenji <wenji>2007-09-10 07:54:10 +0000
committerwenji <wenji>2007-09-10 07:54:10 +0000
commitee4d87cc3d310711ca1d0b58d75a722c2bce7396 (patch)
treed62bcabe2de8fecd216625f4f434f47e8ee97268 /testsuite/systemtap.stress/current.stp
parent006cc34da5ca154526b616f99492db99db417525 (diff)
downloadsystemtap-steved-ee4d87cc3d310711ca1d0b58d75a722c2bce7396.tar.gz
systemtap-steved-ee4d87cc3d310711ca1d0b58d75a722c2bce7396.tar.xz
systemtap-steved-ee4d87cc3d310711ca1d0b58d75a722c2bce7396.zip
2007-09-10 Wenji Huang <wenji.huang@oracle.com>
* systemtap.stress/current.stp: Make module probe optional. * buildok/four.stp: Ditto. * buildok/twentyfive.stp: Ditto. * semok/twelve.stp: Ditto.
Diffstat (limited to 'testsuite/systemtap.stress/current.stp')
-rw-r--r--testsuite/systemtap.stress/current.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.stress/current.stp b/testsuite/systemtap.stress/current.stp
index 09e54bad..ff2a9941 100644
--- a/testsuite/systemtap.stress/current.stp
+++ b/testsuite/systemtap.stress/current.stp
@@ -55,8 +55,8 @@ probe
kernel.function("*@kernel/sched.c").call,
kernel.function("*@kernel/sched.c").return,
- module("*").function("*interrupt*").call,
- module("*").function("*interrupt*").return
+ module("*").function("*interrupt*").call ?,
+ module("*").function("*interrupt*").return ?
{
length <<< commlen()
length <<< pcommlen()