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.6-402-g8095a15


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  8095a157f87a81f74994f26f6245bfdb485d3b29 (commit)
      from  cfd4b9fb3bdaeaa5d02a2dbc145dad12699405a8 (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 8095a157f87a81f74994f26f6245bfdb485d3b29
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Fri Nov 11 11:59:11 2011 -0500

    PR13313: parse x86 base+(index*scale)+displacement sdt.h asm operand format
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol_arg): Parse
      N(%r,%r,S) format with another regexp branch.  Adjust regexp-parsing logic in N(%r)
      to avoid iteration over regexp matches, as we know the indices directly.

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

Summary of changes:
 tapsets.cxx |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 106 insertions(+), 14 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]