diff options
author | jistone <jistone> | 2006-06-22 00:51:48 +0000 |
---|---|---|
committer | jistone <jistone> | 2006-06-22 00:51:48 +0000 |
commit | c60b2818f46f2cac851acf3d3424c14044d26761 (patch) | |
tree | 09aa8453626f157391fff5f889f9f03098e1757e | |
parent | f0278305cd0e133902f9d9f64493063cde41e49d (diff) | |
download | systemtap-steved-c60b2818f46f2cac851acf3d3424c14044d26761.tar.gz systemtap-steved-c60b2818f46f2cac851acf3d3424c14044d26761.tar.xz systemtap-steved-c60b2818f46f2cac851acf3d3424c14044d26761.zip |
add PR 2525 note to ChangeLogs
-rw-r--r-- | runtime/ChangeLog | 1 | ||||
-rw-r--r-- | runtime/transport/ChangeLog | 1 | ||||
-rw-r--r-- | tapset/ChangeLog | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 53730df7..4f143856 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * time.c: Time-estimation with minimal dependency on xtime. 2006-06-16 Roland McGrath <roland@redhat.com> diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index eb5626d8..693df55d 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * transport.c (_stp_handle_start): Initialize timer functions. * transport.c (_stp_cleanup_and_exit): Teardown timer functions. diff --git a/tapset/ChangeLog b/tapset/ChangeLog index edf521c8..77e9f174 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,5 +1,6 @@ 2006-06-21 Josh Stone <joshua.i.stone@intel.com> + PR 2525 * timestamp.stp (gettimeofday_us, gettimeofday_ms, gettimeofday_s): Convert to using the runtime-provided _stp_gettimeofday_us(). |