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.0-2-g4304117


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  430411789c9c9540a8260bedc76d86fdf6053713 (commit)
      from  450718c9c424bce67e8580183788380431f90434 (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 430411789c9c9540a8260bedc76d86fdf6053713
Author: David Smith <dsmith@redhat.com>
Date:   Wed Sep 23 11:11:07 2009 -0500

    Forward-ported staplog.c crash support (PR 10644).
    * staplog.c (get_rchan): Separated original relayfs code and current
      relayfs code.
      (get_rchan_buf): Ditto.
      (output_cpu_logs): Ditto.
      (get_rchan_addr): Handles original relayfs code detection.
      (setup_global_data): Looks for '_stp_relay_data' structure instead of
      '_stp_utt' structure.
      (open_output_file): Improved error message.
    * runtime/transport/relay_v2.c: Rearranged struct _stp_relay_data_type to
      make things a bit easier for staplog.c.
    * runtime/transport/relayfs.c: Ditto

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

Summary of changes:
 runtime/transport/relay_v2.c |    4 +-
 runtime/transport/relayfs.c  |    6 +-
 staplog.c                    |  174 ++++++++++++++++++++++++++++--------------
 3 files changed, 122 insertions(+), 62 deletions(-)


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]