summaryrefslogtreecommitdiffstats
path: root/examples/small_demos/top.stp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/small_demos/top.stp')
-rwxr-xr-xexamples/small_demos/top.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/small_demos/top.stp b/examples/small_demos/top.stp
index ed658907..69931ab1 100755
--- a/examples/small_demos/top.stp
+++ b/examples/small_demos/top.stp
@@ -13,7 +13,7 @@ function print_top () {
delete syscalls
}
-probe kernel.function("sys_*") {
+probe kernel.function("sys_*").call {
syscalls[probefunc()]++
}