summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/profile.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/profile.stp')
-rw-r--r--testsuite/systemtap.samples/profile.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.stp b/testsuite/systemtap.samples/profile.stp
index 1a93153d..d8d5b7c5 100644
--- a/testsuite/systemtap.samples/profile.stp
+++ b/testsuite/systemtap.samples/profile.stp
@@ -19,7 +19,7 @@ function decumulate () {
this_syscall[pid] = ""
this_syscall_time[pid] = 0
}
-probe kernel.function("sys_*") {
+probe kernel.function("sys_*").call {
accumulate ()
}
probe kernel.function("sys_*").return {