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.2-382-g5ecaa5a


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  5ecaa5a7dc2cb5b0702c3837d5f80cfcb9e4b0a3 (commit)
       via  84b96966b1b7ad123e37035dca73d83358ddec7e (commit)
      from  959c1725e5046818b272409ae917f84469231b24 (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 5ecaa5a7dc2cb5b0702c3837d5f80cfcb9e4b0a3
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jun 29 17:46:52 2010 -0700

    Warn about SDT $vars that don't look like $argN
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol):
      When arg_count==0, just trickle down to uprobes, but otherwise warn
      about improper naming if it doesn't parse as $argN.
      (sdt_kprobe_var_expanding_visitor::visit_target_symbol): Warn about
      improper naming if it doesn't parse as $argN.

commit 84b96966b1b7ad123e37035dca73d83358ddec7e
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jun 29 17:44:41 2010 -0700

    Remove SDT visit_defined_op
    
    SDT doesn't need to do anything special for @defined -- the underlying
    mechanisms should work just fine.
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_defined_op,
      sdt_kprobe_var_expanding_visitor::visit_defined_op): Remove.

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

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