diff options
Diffstat (limited to 'examples/small_demos/prof.stp')
-rwxr-xr-x | examples/small_demos/prof.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/small_demos/prof.stp b/examples/small_demos/prof.stp index 986be65e..e08aa21c 100755 --- a/examples/small_demos/prof.stp +++ b/examples/small_demos/prof.stp @@ -11,7 +11,7 @@ # Will profile pid 3323 until it ^c is hit. # -probe kernel.function("sys_*") { +probe kernel.function("sys_*").call { if (target() == tid()) calltime[tid()] = gettimeofday_us() } |