diff options
Diffstat (limited to 'testsuite/systemtap.stress/current.stp')
-rw-r--r-- | testsuite/systemtap.stress/current.stp | 4 |
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() |