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-134-gdd9a3bc


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  dd9a3bcbef65bde65491d959e9458bc641924811 (commit)
      from  945563a795f312551157b69542ed1bc3323203c7 (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 dd9a3bcbef65bde65491d959e9458bc641924811
Author: David Smith <dsmith@redhat.com>
Date:   Tue May 12 13:38:48 2009 -0500

    Start at supporting the original transport (STP_TRANSPORT_VERSION=1).
    * runtime/print.c: Only use print_new.c.
    * runtime/print_new.c (stp_print_flush): Add STP_TRANSPORT_VERSION 1 support.
    * runtime/transport/transport.c: Removed inclusion of procfs.c.
    * runtime/transport/procfs.c (_stp_proc_read): Adapt to new interface.
      (_stp_proc_write): Ditto.
    * runtime/transport/relayfs.c: Ditto.

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

Summary of changes:
 runtime/print.c               |    6 --
 runtime/print_new.c           |    9 ++
 runtime/transport/procfs.c    |   11 +--
 runtime/transport/relayfs.c   |  187 +++++++++++++++++++----------------------
 runtime/transport/transport.c |    1 -
 5 files changed, 100 insertions(+), 114 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]