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, pr6429-comp-unwindsyms, updated. rhel52-ga-484-gad9ffc6


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, pr6429-comp-unwindsyms has been updated
       via  ad9ffc6f83dc5b1954c7e4e78cb57b7a3d005281 (commit)
       via  53f7dd30e87fa480c5d43ce2a1312ce27a4372c9 (commit)
       via  1b94bf6d310cf41041d0a6c24be85a892d443708 (commit)
       via  422b0781177e0755df5542e1c70e809e6f3cfe89 (commit)
       via  66e1a139060be3caac7733ba745b225ce775ca97 (commit)
       via  a784d2f76cab28ae77a363185177fc8513d13e19 (commit)
       via  92fa0578ee7cc6118487b386d9b85d8966e2771b (commit)
       via  b77e6d1fc44f553e8d3ee7ec3b7e6076ad86fed6 (commit)
       via  c0e526f077ee8cf6b1d62e02822b722d946d2648 (commit)
       via  eb0ecdf035e690245c88de71b9f1bd7507856069 (commit)
       via  a962af3ae65f3a9d92e9ad783db92bf55f9ca523 (commit)
       via  b6109bf04ca3241af236179d28f9c1a32a91c485 (commit)
       via  ab45bf5d7fddea7f0bf0b81ea430fd3f674b549d (commit)
       via  558982c5ade8ae35156d8e6d05e117d49bfa6d45 (commit)
      from  3c02e16c39aa0fd5b291faf610d9d71023392a2e (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 ad9ffc6f83dc5b1954c7e4e78cb57b7a3d005281
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jul 4 18:01:26 2008 -0400

    avoid appearing to succeed in stp_relocation() of a symbol for a module that is not known to be loaded

commit 53f7dd30e87fa480c5d43ce2a1312ce27a4372c9
Merge: 1b94bf6d310cf41041d0a6c24be85a892d443708 422b0781177e0755df5542e1c70e809e6f3cfe89
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jul 4 17:11:29 2008 -0400

    Merge commit 'origin/master' into pr6429-comp-unwindsyms
    
    * commit 'origin/master':
      ubuntu (2.6.24-16-server) kernel compatibility fix
      client/server take 2. See bz6565.
      Add functioncallcount.meta and functioncallcount.stp.
      Add para-callgraph.stp and para-callgraph.meta.
      Fixed __stp_get_mm_path() error return code.
      diagnostics improvement: print arch/mach at top if -vv
      Make _vfs.generic_commit_write only for kernel<=2.6.25
      Handles "mortally wounded" threads correctly when detaching.
      further clarify that elfutils need not be absolutely freshest, nor rebuilt every time
      point out releases/ directory; clarify optionality of elfutils bundling
      Add auto_free_ref to auto_free stuff; bug 6694

commit 1b94bf6d310cf41041d0a6c24be85a892d443708
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Jul 4 16:59:48 2008 -0400

    emit all symbol tables at compile time; don't do any module munging; new unwinder still disabled

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

Summary of changes:
 ChangeLog                                          |   48 ++
 Makefile.am                                        |    2 +-
 Makefile.in                                        |    2 +-
 README                                             |   15 +-
 auto_free.h                                        |   28 +-
 main.cxx                                           |    7 +-
 runtime/ChangeLog                                  |   15 +
 runtime/probes.c                                   |  152 ------
 runtime/staprun/staprun.c                          |    3 +-
 runtime/sym.c                                      |  144 ++----
 runtime/sym.h                                      |   55 +--
 runtime/task_finder.c                              |   76 ++-
 runtime/transport/symbols.c                        |  571 +-------------------
 runtime/transport/transport.c                      |   18 +-
 runtime/unwind.c                                   |   17 +-
 stap-client                                        |  146 +++---
 stap-server                                        |  113 ++---
 stap-serverd                                       |   93 ++++
 tapset/ChangeLog                                   |    4 +
 tapset/vfs.stp                                     |    2 +
 tapsets.cxx                                        |    4 +-
 testsuite/ChangeLog                                |    6 +
 testsuite/buildok/vfs_testcase.stp                 |    2 +
 testsuite/systemtap.examples/ChangeLog             |    8 +
 .../systemtap.examples/functioncallcount.meta      |   13 +
 testsuite/systemtap.examples/functioncallcount.stp |   17 +
 testsuite/systemtap.examples/para-callgraph.meta   |   13 +
 testsuite/systemtap.examples/para-callgraph.stp    |   20 +
 translate.cxx                                      |  131 ++++-
 29 files changed, 667 insertions(+), 1058 deletions(-)
 delete mode 100644 runtime/probes.c
 create mode 100755 stap-serverd
 create mode 100644 testsuite/systemtap.examples/functioncallcount.meta
 create mode 100644 testsuite/systemtap.examples/functioncallcount.stp
 create mode 100644 testsuite/systemtap.examples/para-callgraph.meta
 create mode 100644 testsuite/systemtap.examples/para-callgraph.stp


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]