From 97a5bc8990cdb268b0ed043ce22568ea5ddf2d62 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 30 Oct 2006 15:28:49 +0000 Subject: 2006-10-30 Martin Hunt * systemtap.maps/pmap_agg_overflow.stp: Use timer.jiffies instead of timer.profile so the test works on xen kernels. --- testsuite/systemtap.maps/pmap_agg_overflow.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.maps/pmap_agg_overflow.stp') 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 -- cgit