diff options
Diffstat (limited to 'testsuite/systemtap.maps/pmap_agg_overflow.stp')
-rwxr-xr-x | testsuite/systemtap.maps/pmap_agg_overflow.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.maps/pmap_agg_overflow.stp b/testsuite/systemtap.maps/pmap_agg_overflow.stp index 81268550..c194a0d2 100755 --- a/testsuite/systemtap.maps/pmap_agg_overflow.stp +++ b/testsuite/systemtap.maps/pmap_agg_overflow.stp @@ -11,7 +11,7 @@ probe begin { max_count = num_online_cpus() * max_map_entries() } -probe timer.profile { +probe timer.jiffies(1) { i = ++count if (i >= max_count) exit() stat[i] <<< i |