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 fb6b16e6..cd39b433 100755
--- a/testsuite/systemtap.samples/poll_map.stp
+++ b/testsuite/systemtap.samples/poll_map.stp
@@ -6,7 +6,7 @@
global called, num_polls
probe kernel.function( "sys_*" ).call {
- called[execname(),name]++
+ called[execname(),probefunc()]++
}
probe timer.ms(1000)