summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.stress
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.stress')
-rw-r--r--testsuite/systemtap.stress/current.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.stress/current.stp b/testsuite/systemtap.stress/current.stp
index 40673581..ddc298d4 100644
--- a/testsuite/systemtap.stress/current.stp
+++ b/testsuite/systemtap.stress/current.stp
@@ -23,7 +23,7 @@ probe
%( arch != "ia64" %?
# __switch_to is macro definition in ia64,
# and ia64_switch_to is defined in assemble language
- kernel.function("__switch_to"),
+ kernel.function("__switch_to").call,
kernel.function("__switch_to").return,
%)
%)
@@ -50,9 +50,9 @@ probe
%)
%)
- kernel.function("*@kernel/sched.c"),
+ kernel.function("*@kernel/sched.c").call,
kernel.function("*@kernel/sched.c").return,
- module("*").function("*interrupt*"),
+ module("*").function("*interrupt*").call,
module("*").function("*interrupt*").return
{
length <<< commlen()