diff options
author | fche <fche> | 2005-11-21 19:02:44 +0000 |
---|---|---|
committer | fche <fche> | 2005-11-21 19:02:44 +0000 |
commit | 422d1ceb1e08c1174154cf19bb03f788e1e10fb8 (patch) | |
tree | f5ccae593d0416aed77441770103659fbdf878b3 /stapprobes.5.in | |
parent | b1f3e72e9fb1f41b0dbb5be20506e375fcf89561 (diff) | |
download | systemtap-steved-422d1ceb1e08c1174154cf19bb03f788e1e10fb8.tar.gz systemtap-steved-422d1ceb1e08c1174154cf19bb03f788e1e10fb8.tar.xz systemtap-steved-422d1ceb1e08c1174154cf19bb03f788e1e10fb8.zip |
2005-11-21 Frank Ch. Eigler <fche@elastic.org>
PR 1276
From Josh Stone <joshua.i.stone@intel.com>:
* 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.
Diffstat (limited to 'stapprobes.5.in')
-rw-r--r-- | stapprobes.5.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index 7a3a3edd..2db9cf1f 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -69,6 +69,17 @@ reasonable range (1 to around a million), and M is restricted to be smaller than N. There are no target variables provided in either context. It is possible for such probes to be run concurrently on a multi-processor computer. +.PP +Alternatively, intervals may be specified in units of milliseconds. +There are two probe point variants similar to the jiffies timer: +.SAMPLE +timer.ms(N) +timer.ms(N).randomize(M) +.ESAMPLE +Here, N and M are specified in milliseconds. The probe intervals will be +rounded up to the nearest jiffies interval for the actual timer. If the +"randomize" component is given, then the random value will be added to the +interval before the conversion to jiffies. .SS DWARF |