summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps/pmap_agg_overflow.stp
diff options
context:
space:
mode:
authorhunt <hunt>2006-10-30 15:28:49 +0000
committerhunt <hunt>2006-10-30 15:28:49 +0000
commit97a5bc8990cdb268b0ed043ce22568ea5ddf2d62 (patch)
treed59676adcc6fb6ed16656745faa7d79b14f9c9a0 /testsuite/systemtap.maps/pmap_agg_overflow.stp
parent26bf5812625bcd99ec6d3d474db7dcb212af2898 (diff)
downloadsystemtap-steved-97a5bc8990cdb268b0ed043ce22568ea5ddf2d62.tar.gz
systemtap-steved-97a5bc8990cdb268b0ed043ce22568ea5ddf2d62.tar.xz
systemtap-steved-97a5bc8990cdb268b0ed043ce22568ea5ddf2d62.zip
2006-10-30 Martin Hunt <hunt@redhat.com>
* systemtap.maps/pmap_agg_overflow.stp: Use timer.jiffies instead of timer.profile so the test works on xen kernels.
Diffstat (limited to 'testsuite/systemtap.maps/pmap_agg_overflow.stp')
-rwxr-xr-xtestsuite/systemtap.maps/pmap_agg_overflow.stp2
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