summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/topsys.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/topsys.stp')
-rw-r--r--testsuite/systemtap.samples/topsys.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/topsys.stp b/testsuite/systemtap.samples/topsys.stp
index e6e6bb2a..da31c858 100644
--- a/testsuite/systemtap.samples/topsys.stp
+++ b/testsuite/systemtap.samples/topsys.stp
@@ -58,7 +58,7 @@ function print_systop () {
reset_syscalls_count ()
}
-probe kernel.function("sys_*") {
+probe kernel.function("sys_*").call {
accumulate ()
}