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-371-gcdf6ed5


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  cdf6ed559ae01a88691849b1f5690cac15c8d3ae (commit)
      from  46f7b6be8fcb252def4d0f7d5ea88f8c82fa647b (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 cdf6ed559ae01a88691849b1f5690cac15c8d3ae
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jun 9 14:50:18 2008 -0500

    Fixed utrace probe '$syscall' handling.
    2008-06-09  David Smith  <dsmith@redhat.com>
    
    	* tapsets.cxx
    	(utrace_var_expanding_copy_visitor::visit_target_symbol): Calls
    	'syscall_nr' to get the value of '$syscall'.
    
    2008-06-09  David Smith  <dsmith@redhat.com>
    
    	* x86_64/registers.stp (syscall_nr): Added syscall_nr function.
    	* i686/registers.stp (syscall_nr): Ditto.

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

Summary of changes:
 ChangeLog                   |    4 ++++
 tapset/ChangeLog            |    5 +++++
 tapset/i686/registers.stp   |    4 ++++
 tapset/x86_64/registers.stp |    4 ++++
 tapsets.cxx                 |   19 +++----------------
 5 files changed, 20 insertions(+), 16 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]