From 422d1ceb1e08c1174154cf19bb03f788e1e10fb8 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 21 Nov 2005 19:02:44 +0000 Subject: 2005-11-21 Frank Ch. Eigler PR 1276 From Josh Stone : * tapsets.cxx (timer_derived_probe, timer_builder, register_standard_tapsets): Support timer.ms() variety. * stapprobes.5.in: Document it. * testsuite/builok/fourteen.stp: Test its buildability. --- testsuite/buildok/fourteen.stp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite') diff --git a/testsuite/buildok/fourteen.stp b/testsuite/buildok/fourteen.stp index dd231696..4490052f 100755 --- a/testsuite/buildok/fourteen.stp +++ b/testsuite/buildok/fourteen.stp @@ -3,4 +3,6 @@ global i, j probe timer.jiffies(100) { i++ } probe timer.jiffies(100).randomize(100) { j++ } +probe timer.ms(100) { i++ } +probe timer.ms(100).randomize(100) { j++ } probe end { log ("i=" . string(i) . " j=" . string(j)) } -- cgit