diff options
Diffstat (limited to 'testsuite/semok/one.stp')
-rwxr-xr-x | testsuite/semok/one.stp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |