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-1.4-210-g84c84ac


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  84c84ac48824577e28f306ab99c430d8dd85e420 (commit)
      from  24e979d6357fbf3742e182a5ca87f17002940d2e (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 84c84ac48824577e28f306ab99c430d8dd85e420
Author: Stan Cox <scox@redhat.com>
Date:   Wed Mar 30 11:14:43 2011 -0400

    Add more syntax for shared library probing.
    
    	* dwflpp.cxx (iterate_over_libraries): New.  Get library list via
    	ld-linux.so.
    	* dwflpp.h (iterate_over_libraries): Likewise.
    
    	* tapsets.cxx (base_query): If this is a library then save the
    	executable path.
    	(query_module): For a library, call query_library_callback via
    	iterate_over_libraries.
    	(query_library_callback): New. Calls query_library.
    	(query_library): Substitute the library name into the chain then
    	derive_probes.
    
    	library.exp:  Add library("*") test.

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

Summary of changes:
 dwflpp.cxx                           |  105 ++++++++++++++++++++++++++++++++--
 dwflpp.h                             |    4 +
 tapsets.cxx                          |   80 ++++++++++++++++++++-----
 testsuite/systemtap.base/library.exp |   18 ++++++
 4 files changed, 186 insertions(+), 21 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]