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/semok/twelve.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/semok/twelve.stp') diff --git a/testsuite/semok/twelve.stp b/testsuite/semok/twelve.stp index 8eccd463..c55a1e16 100755 --- a/testsuite/semok/twelve.stp +++ b/testsuite/semok/twelve.stp @@ -11,7 +11,7 @@ probe kernel.function("pipe_*") # resolve to a set of module functions -probe module("jbd").function("journal_get_*_access@*/transaction.c") +probe module("jbd").function("journal_get_*_access@*/transaction.c") ? { trace("inside journal_get_*_access, in transaction.c") } -- cgit