diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-11-14 14:59:19 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-11-14 14:59:19 -0500 |
commit | 3ca1f6524b3592b377b1f9ad19bdae6eaa511bc4 (patch) | |
tree | 343d8da05f714189524e60289f2c4d1e56614f88 | |
parent | fdb9a055b7b81ebab94d19d87ea9193cb50306fe (diff) | |
download | systemtap-steved-3ca1f6524b3592b377b1f9ad19bdae6eaa511bc4.tar.gz systemtap-steved-3ca1f6524b3592b377b1f9ad19bdae6eaa511bc4.tar.xz systemtap-steved-3ca1f6524b3592b377b1f9ad19bdae6eaa511bc4.zip |
mention CONFIG_HZ in timer.profile docs
-rw-r--r-- | stapprobes.5.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index 36b36156..361dc000 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -204,7 +204,8 @@ component is given, then the random value will be added to the interval before any rounding occurs. .PP Profiling timers are also available to provide probes that execute on all -CPUs at the rate of the system tick. This probe takes no parameters. +CPUs at the rate of the system tick (CONFIG_HZ). +This probe takes no parameters. .SAMPLE timer.profile |