From ee4d87cc3d310711ca1d0b58d75a722c2bce7396 Mon Sep 17 00:00:00 2001 From: wenji Date: Mon, 10 Sep 2007 07:54:10 +0000 Subject: 2007-09-10 Wenji Huang * systemtap.stress/current.stp: Make module probe optional. * buildok/four.stp: Ditto. * buildok/twentyfive.stp: Ditto. * semok/twelve.stp: Ditto. --- testsuite/systemtap.stress/current.stp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.stress/current.stp') 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() -- cgit