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. rhel52-ga-501-g7b8bcc7


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  7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (commit)
       via  a00cc8c70d20f2f3429590b629d272c8db65b40f (commit)
       via  df00639dbe262b8919bdf625f30d80e5b9b96346 (commit)
       via  ad9ffc6f83dc5b1954c7e4e78cb57b7a3d005281 (commit)
       via  53f7dd30e87fa480c5d43ce2a1312ce27a4372c9 (commit)
       via  1b94bf6d310cf41041d0a6c24be85a892d443708 (commit)
       via  3c02e16c39aa0fd5b291faf610d9d71023392a2e (commit)
       via  37ddf6e5fa1530adc3a7236379a3a88dfef33d53 (commit)
       via  53ca410a6a6032c2cde6aac6e95b57c68585e48a (commit)
       via  4494bb1367876f3067d0e7c90b1466b9bd88633f (commit)
       via  cbf5ebe1cd48f1c669cb0bbc762bf7782915e6cc (commit)
       via  f5973d675f3a2b98046b84341fd63249f973f0a0 (commit)
       via  d9438ca0c1f39b219ac75018343c657f4f612505 (commit)
       via  694ffc0b1c2371eb3a3ebb9313fd8c8d29ef66df (commit)
       via  1a0dbc5a7ff6ec220b9b4b150ce5cfb6c035d1f5 (commit)
       via  a8368458b976929634935d66202d27927e3c2ed9 (commit)
       via  baee44464046d3960fe385baffa8d273f2198236 (commit)
       via  e3339150b3c04f50b0abdc4a6d132a6b75b22cb6 (commit)
       via  332ddc9f7354fe51c32c504087575b3ea2b70990 (commit)
       via  0fe2b97c7b967d833b5588dbf1ef763bb4440ed3 (commit)
       via  a007b4068d20af2d4488d54bf3ef2edbf47f2f06 (commit)
       via  9204dcfbe16061f799068eeacff5dc68ad33e523 (commit)
       via  49628242c239feb617b838bb5d90488386645bd6 (commit)
       via  b167928be06ff251ff9a6f2f0c528dd3ece527df (commit)
       via  342aedf25840cd4303aa63f69aeaa78263ce9d74 (commit)
       via  be1b875ec567a8947da5893c09ad71478a4b50a9 (commit)
       via  f98a02cee66ba983187058e3b09a0a712fbe2277 (commit)
       via  76d647dc1fdf1d6bb4397f4a3b819003492dfda6 (commit)
       via  c47ccf304e6560cb50c86c2a5213c8de56678449 (commit)
      from  51a3785482396c9f653e3e7647945bfc24f7b160 (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 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Jul 10 11:09:51 2008 -0400

    PR6736: changelogs for post-merge compiled unwind/symbols data reorganization

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

Summary of changes:
 ChangeLog                          |   16 +
 NEWS                               |    4 -
 main.cxx                           |   17 +-
 runtime/ChangeLog                  |   13 +
 runtime/probes.c                   |  152 ----------
 runtime/staprun/ChangeLog          |    9 +
 runtime/staprun/common.c           |   30 ++
 runtime/staprun/mainloop.c         |   25 +--
 runtime/staprun/staprun.c          |  184 ++++++++++++
 runtime/staprun/staprun.h          |    1 -
 runtime/sym.c                      |  141 +++------
 runtime/sym.h                      |   55 +---
 runtime/transport/ChangeLog        |   12 +-
 runtime/transport/control.c        |    9 +-
 runtime/transport/symbols.c        |  566 ++----------------------------------
 runtime/transport/transport.c      |   17 +-
 runtime/transport/transport_msgs.h |   17 +-
 runtime/unwind.c                   |   17 +-
 session.h                          |    3 +
 stap.1.in                          |    5 +
 tapsets.cxx                        |    8 +-
 translate.cxx                      |  301 ++++++++++++++------
 22 files changed, 622 insertions(+), 980 deletions(-)
 delete mode 100644 runtime/probes.c


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]