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-130-g6edf848


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  6edf848ad0053423dd3b06851ab8d62a260a56e8 (commit)
       via  09334fd8db6c57743a7da34dd55be551fef6e39f (commit)
      from  4a8c28f93fa29e47c604e80e383c826070d6c383 (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 6edf848ad0053423dd3b06851ab8d62a260a56e8
Author: David Smith <dsmith@redhat.com>
Date:   Thu May 7 15:02:05 2009 -0500

    Hid details of internal ring_buffer.c structure.
    * runtime/print_new.c (stp_print_flush): Calls _stp_data_entry_data() to
      get data pointer.
    * runtime/transport/transport.h: Removed _stp_entry definition.  Added
      _stp_data_entry_data() declaration.
    * runtime/transport/ring_buffer.c: Uses new _stp_data_entry structure.
      (_stp_data_entry_data): Added.

commit 09334fd8db6c57743a7da34dd55be551fef6e39f
Author: David Smith <dsmith@redhat.com>
Date:   Wed May 6 14:32:08 2009 -0500

    Added comments.
    * runtime/transport/transport.h: Added comments.

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

Summary of changes:
 runtime/print_new.c             |   13 +++--
 runtime/transport/ring_buffer.c |   95 ++++++++++++++++++++++++---------------
 runtime/transport/transport.h   |   54 +++++++++++++++++++---
 3 files changed, 113 insertions(+), 49 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]