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, pr7043, updated. release-0.9.8-68-g7b1be31


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, pr7043 has been updated
       via  7b1be319b40ec791c4fdbe77065204a4c3ed439b (commit)
       via  f530a9fec01f287d42072632d5607d5fa275479d (commit)
       via  7c0bbff77507c69b706af667ac33770fb6180cbb (commit)
      from  3bb3a45a38238f2d1ff5cecfd2cf66b288232a1f (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 7b1be319b40ec791c4fdbe77065204a4c3ed439b
Author: David Smith <dsmith@redhat.com>
Date:   Thu Jun 18 16:42:35 2009 -0500

    Transports now export their state.
    * runtime/transport/transport.h: Added prototype for
      _stp_transport_get_state().
    * runtime/transport/relay_v2.c (_stp_transport_get_state): New function.
    * runtime/transport/relayfs.c (_stp_transport_get_state): Ditto.
    * runtime/transport/ring_buffer.c (_stp_transport_data_fs_init): Sets
      state.
      (_stp_transport_data_fs_start): Ditto.
      (_stp_transport_data_fs_stop): Ditto.
      (_stp_transport_get_state): Returns state.
    * runtime/print_new.c (stp_print_flush): Checks transport state before
      trying to flush.

commit f530a9fec01f287d42072632d5607d5fa275479d
Author: David Smith <dsmith@redhat.com>
Date:   Thu Jun 18 16:11:17 2009 -0500

    Moved global data into a single structure.

commit 7c0bbff77507c69b706af667ac33770fb6180cbb
Author: David Smith <dsmith@redhat.com>
Date:   Thu Jun 18 15:56:45 2009 -0500

    Removed unused code (and all references to 'utt').

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

Summary of changes:
 runtime/print_new.c             |    5 +-
 runtime/transport/relay_v2.c    |   11 ++--
 runtime/transport/relayfs.c     |   11 ++--
 runtime/transport/ring_buffer.c |  100 +++++++++++++++++++++++----------------
 runtime/transport/transport.c   |   52 --------------------
 runtime/transport/transport.h   |   14 +++++
 6 files changed, 85 insertions(+), 108 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]