diff options
Diffstat (limited to 'examples/small_demos/top.stp')
-rwxr-xr-x | examples/small_demos/top.stp | 2 |
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()]++ } |