This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-24-g7b6e559


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  7b6e55916c072b5e2496635a8c43711d7cba821d (commit)
       via  bf2a0399419306bf26cd57236822c51be893dfb0 (commit)
       via  5780cc7f8208ebca519d6e076fe403b1220ab865 (commit)
      from  9e67aff9f4c269e0a56524c3f2fafaf8e038bda7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b6e55916c072b5e2496635a8c43711d7cba821d
Merge: 9e67aff9f4c269e0a56524c3f2fafaf8e038bda7 bf2a0399419306bf26cd57236822c51be893dfb0
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 23 15:10:13 2009 -0800

    Merge branch 'gtod'

commit bf2a0399419306bf26cd57236822c51be893dfb0
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 23 15:08:02 2009 -0800

    Add a testcase for gtod init/kill
    
    This test simply checks that _gettimeofday_init and _gettimeofday_kill
    are pulled in when gettimeofday is used, and also that they are NOT
    pulled in when gettimeofday is not used.

commit 5780cc7f8208ebca519d6e076fe403b1220ab865
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 23 14:22:38 2009 -0800

    Add selective use of _stp_time_init/kill (PR9822)
    
    Our gettimeofday runtime has frequent wakeups to stay in sync with
    kernel time, but this is wasted effort if gettimeofday is not used in
    the script.  This patch moves the calls to _stp_time_init and
    _stp_time_kill into begin and end/error probes, which only get pulled in
    if one of the gettimeofday variants is called.

-----------------------------------------------------------------------

Summary of changes:
 runtime/time.c                               |    8 ++++-
 runtime/transport/transport.c                |    6 ---
 tapset/timestamp.stp                         |   43 --------------------------
 tapset/{timestamp.stp => timestamp_gtod.stp} |   29 ++++++++++-------
 testsuite/systemtap.base/gtod_init.exp       |   29 +++++++++++++++++
 5 files changed, 53 insertions(+), 62 deletions(-)
 copy tapset/{timestamp.stp => timestamp_gtod.stp} (70%)
 create mode 100644 testsuite/systemtap.base/gtod_init.exp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]