summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-xtestsuite/semok/four.stp2
-rwxr-xr-xtestsuite/semok/one.stp2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/semok/four.stp b/testsuite/semok/four.stp
index e11b644a..c3b2a7d0 100755
--- a/testsuite/semok/four.stp
+++ b/testsuite/semok/four.stp
@@ -17,7 +17,7 @@ function stamp (syscall)
# probe kernel:syscall:read = kernel:function("sys_read");
-probe kernel:syscall:read
+probe syscall ("read")
{
stamp ("read");
}
diff --git a/testsuite/semok/one.stp b/testsuite/semok/one.stp
index fb7483e2..336e57d2 100755
--- a/testsuite/semok/one.stp
+++ b/testsuite/semok/one.stp
@@ -19,7 +19,7 @@ function stamp (syscall)
# probe kernel:syscall:read = kernel:function("sys_read");
-probe kernel:syscall:read
+probe syscall ("read")
{
stamp ("read");
}