]> sourceware.org Git - systemtap.git/commit
2006-09-20 Josh Stone <joshua.i.stone@intel.com>
authorjistone <jistone>
Wed, 20 Sep 2006 21:01:56 +0000 (21:01 +0000)
committerjistone <jistone>
Wed, 20 Sep 2006 21:01:56 +0000 (21:01 +0000)
commitfaaa0db717917bd09a3c21baf71af40a2cc52738
tree01e4c47f1650b9d0af3684e7b34f61128652245f
parent18c785eef991aae229e7416d1b5edfc9306fa3a7
2006-09-20  Josh Stone  <joshua.i.stone@intel.com>

PR 3233

./
* stapfuncs.5.in: Document new gettimeofday_ns.

runtime/
* time.c (stp_time_t): Use ns for the base time, and freq is now kHz.
(__stp_estimate_cpufreq): Compute kHz instead of MHz.
(__stp_time_timer_callback, __stp_init_time): Compute base in ns.
(__stp_time_cpufreq_callback): Record kHz instead of MHz.
(_stp_init_time): Record kHz, and disable preemption to avoid a race
in the cpufreq notifier.
(_stp_gettimeofday_ns): Converted from _stp_gettimeofday_us.

tapset/
* timestamp.stp (gettimeofday_ns): New function
(gettimeofday_us, gettimeofday_ms, gettimeofday_s):
Use gettimeofday_ns as the base unit.

testsuite/
* buildok/timestamp.stp: add gettimeofday_ns test.
ChangeLog
runtime/ChangeLog
runtime/time.c
stapfuncs.5.in
tapset/ChangeLog
tapset/timestamp.stp
testsuite/ChangeLog
testsuite/buildok/timestamp.stp
This page took 0.027337 seconds and 5 git commands to generate.