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-1.3-271-gd62c773


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  d62c77361a7adaa87479b4930a9cd1e5889abb9d (commit)
      from  f1eeccc8de9c1aa4e43e5a521e007d3017e5f0c9 (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 d62c77361a7adaa87479b4930a9cd1e5889abb9d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Nov 5 22:10:26 2010 -0400

    PR12195: pass user-space timezone at script startup
    
    * runtime/transport/transpot_msgs.h: Declare STP_TZINFO message type.
    * runtime/staprun/staprun.c (send_tzinfo): New function to send time zone
      at startup.
    * runtime/transport/control.c (_stp_ctl_write_cmd): Allow this message.
    * runtime/transport/transport.c (_stp_handle_tzinfo): New function to
      process this message and declare various globals.
    * tapset/tzinfo.stp: New tapset to access those globals.
    * testsuite/buildok/timestamp-embedded.stp: Extend test.
    * NEWS: Mention tz_ctime().
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Extract docs from new tapset.

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

Summary of changes:
 NEWS                                        |    2 +
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |    7 ++--
 runtime/staprun/staprun.c                   |   36 ++++++++++++++++++-
 runtime/transport/control.c                 |   14 +++++++-
 runtime/transport/transport.c               |   16 ++++++++-
 runtime/transport/transport_msgs.h          |   11 +++++-
 tapset/tzinfo.stp                           |   51 +++++++++++++++++++++++++++
 testsuite/buildok/timestamp-embedded.stp    |    3 ++
 8 files changed, 133 insertions(+), 7 deletions(-)
 create mode 100644 tapset/tzinfo.stp


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]