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-0.9.8-79-geba61c5


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  eba61c56888482553551a16ec651444a583522e0 (commit)
       via  3aae22ce894f935ac1371f501a09cecfbde18727 (commit)
       via  76d9a838820b78ab93f9faeb1dcf20f2ec509fc3 (commit)
       via  ac4f1eca71edee2feb2cbdad1a044549f30da023 (commit)
       via  7b1be319b40ec791c4fdbe77065204a4c3ed439b (commit)
       via  f530a9fec01f287d42072632d5607d5fa275479d (commit)
       via  7c0bbff77507c69b706af667ac33770fb6180cbb (commit)
       via  3bb3a45a38238f2d1ff5cecfd2cf66b288232a1f (commit)
       via  24a5e9a6a87b2f7c8b7264ceb94c65a3a9550d47 (commit)
       via  36b8245df8de0092c5d28765b1ae7d9d8050da6e (commit)
       via  9eebc06b5e24480c7b6055a8b6f1c07512f293fb (commit)
       via  bdbb4549b459294ed9bddb819e5602fb894313f7 (commit)
       via  d05b7a1c363c30c7fcd9d163f457c1ed80d28f19 (commit)
       via  5dce84d4fe74644ef76004ff0402510b289a2778 (commit)
       via  43229357282fd51eb1a3c7742932068873c27270 (commit)
       via  b56f0c8b802fbdf93f40b4a233095ea970cfed2b (commit)
       via  0bd709c3a8ff717f3ad78fdc079ce0468bec3ffa (commit)
       via  af274e5bd4593fa79c0489e0b6105f4bd23310c8 (commit)
       via  01adca5bca8d61e3fdf09017496deec8859fe12d (commit)
       via  a655ff03c59722c229a40909d0de9e3dfe63483e (commit)
       via  e57421f400d17786c1fdbead5fbca27a1fbe4ec5 (commit)
       via  c8e9eb18d8d13d099a4a177fe53de507c1d9ce8b (commit)
       via  dd9a3bcbef65bde65491d959e9458bc641924811 (commit)
       via  945563a795f312551157b69542ed1bc3323203c7 (commit)
       via  42b8c995e8bac5a36be60870fca7f9ff1af2c2ab (commit)
       via  b47be87f5bcab55ed08cbfb07f0a39447f3f81ed (commit)
       via  6edf848ad0053423dd3b06851ab8d62a260a56e8 (commit)
       via  09334fd8db6c57743a7da34dd55be551fef6e39f (commit)
       via  4a8c28f93fa29e47c604e80e383c826070d6c383 (commit)
       via  9b23198d73b782bc05dc2b834c7db3afbdefda86 (commit)
       via  2e07d704dc5d7304d6a9e666553a1a8ac4382730 (commit)
       via  8f47173deb9aa146b388542116d2638ed04fb03a (commit)
       via  7d573b8d318836ef75d1f2888a50da230b7d83cc (commit)
       via  325d52059ed170a698dd4d13e2b418e8e9ab0862 (commit)
       via  8d1dd679bdbe3f4c40305fdbca0c1b4002913e87 (commit)
       via  c24cd76e91647ebdf98445439083c1b0e0a65dd4 (commit)
       via  2791f774da562b5a2bfc976baad246999da29ea6 (commit)
       via  976f6b6a6fae081d1d72d06457d64af87db789ef (commit)
       via  12659e2d5eea60a6c1021effa7776bc8e58bb508 (commit)
       via  457debd23eb3eef17d24ecf3534891ec640684f6 (commit)
       via  49f34ab20c2afd95b6a34a904563d456d6deb1d1 (commit)
       via  ef20115ab2d3d5d1a2e9fca84eff53c7430a24c6 (commit)
       via  eb3101a40fe446cffab677a7d117f028bae9afba (commit)
       via  176b56b261a711822f35e36ec5e2d5e0758770de (commit)
       via  64c962fed5f50a7f82f8b570e000cdcff757862b (commit)
       via  23c1c6557af76d506a28bcb3e864d3500e6dc565 (commit)
      from  92b1a0c0ead841e781783e8f94cf22fa4694fc35 (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 eba61c56888482553551a16ec651444a583522e0
Merge: 3aae22ce894f935ac1371f501a09cecfbde18727 92b1a0c0ead841e781783e8f94cf22fa4694fc35
Author: David Smith <dsmith@redhat.com>
Date:   Fri Jun 19 11:13:50 2009 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

commit 3aae22ce894f935ac1371f501a09cecfbde18727
Author: David Smith <dsmith@redhat.com>
Date:   Fri Jun 19 11:13:15 2009 -0500

    Disabled transport version 3 (for now).

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

Summary of changes:
 runtime/debug.h                           |    7 +-
 runtime/print.c                           |   10 +-
 runtime/print.h                           |   17 +
 runtime/print_flush.c                     |  129 ++++++++
 runtime/print_new.c                       |   67 ----
 runtime/print_old.c                       |   55 ----
 runtime/runtime.h                         |   10 +-
 runtime/staprun/mainloop.c                |    2 +-
 runtime/staprun/staprun.h                 |    5 +-
 runtime/sym.c                             |    1 +
 runtime/transport/control.c               |   45 +++-
 runtime/transport/control.h               |    1 -
 runtime/transport/debugfs.c               |   15 +-
 runtime/transport/procfs.c                |   11 +-
 runtime/transport/relay_v2.c              |  384 +++++++++++++++++++++++
 runtime/transport/relayfs.c               |  192 ++++++------
 runtime/transport/ring_buffer.c           |  472 +++++++++++++++++++++++++++++
 runtime/transport/transport.c             |  251 +++++++++++-----
 runtime/transport/transport.h             |  121 +++++++-
 runtime/transport/transport_msgs.h        |    6 +-
 runtime/transport/utt.c                   |  406 -------------------------
 runtime/transport/utt.h                   |   78 -----
 runtime/vsprintf.c                        |    4 +-
 testsuite/systemtap.printf/end1.exp       |    6 +-
 testsuite/systemtap.printf/end1b.exp      |    2 +-
 testsuite/systemtap.printf/mixed_out.exp  |    4 +-
 testsuite/systemtap.printf/mixed_outb.exp |    2 +-
 testsuite/systemtap.printf/out1.exp       |    2 +-
 testsuite/systemtap.printf/out1b.exp      |    2 +-
 testsuite/systemtap.printf/out2.exp       |    2 +-
 testsuite/systemtap.printf/out2b.exp      |    2 +-
 testsuite/systemtap.printf/out3.exp       |    2 +-
 testsuite/systemtap.printf/out3b.exp      |    2 +-
 33 files changed, 1471 insertions(+), 844 deletions(-)
 create mode 100644 runtime/print.h
 create mode 100644 runtime/print_flush.c
 delete mode 100644 runtime/print_new.c
 delete mode 100644 runtime/print_old.c
 create mode 100644 runtime/transport/relay_v2.c
 create mode 100644 runtime/transport/ring_buffer.c
 delete mode 100644 runtime/transport/utt.c
 delete mode 100644 runtime/transport/utt.h


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]