summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/poll_map.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/poll_map.stp')
-rwxr-xr-xtestsuite/systemtap.samples/poll_map.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/poll_map.stp b/testsuite/systemtap.samples/poll_map.stp
index ba494ddb..fb6b16e6 100755
--- a/testsuite/systemtap.samples/poll_map.stp
+++ b/testsuite/systemtap.samples/poll_map.stp
@@ -5,7 +5,7 @@
global called, num_polls
-probe kernel.function( "sys_*" ) {
+probe kernel.function( "sys_*" ).call {
called[execname(),name]++
}