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-84-g8af41ec


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  8af41ec2646fb9fa30ee95eb27dff626be11b1dc (commit)
      from  5738a9825160b4fdc76882d30578c4ae06c058f5 (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 8af41ec2646fb9fa30ee95eb27dff626be11b1dc
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Aug 11 18:53:01 2011 +0200

    Be more explicit about when the session needs symbol data. pragma:symbols.
    
    Introduce /* pragma:symbols */ which is added to those tapset functions
    that use print_addr or print_stack with symbol resolving. Now we no longer
    have to output the symbol tables at translate time if unnecessary.
    Although we could do even less work (see the new comment in translate.cxx).

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

Summary of changes:
 elaborate.cxx               |   17 +++++++++++++----
 session.cxx                 |    2 ++
 session.h                   |    1 +
 tapset/context-symbols.stp  |   17 ++++++-----------
 tapset/context-unwind.stp   |   11 ++++-------
 tapset/ucontext-symbols.stp |   14 ++++----------
 tapset/ucontext-unwind.stp  |   12 +++---------
 translate.cxx               |   31 +++++++++++++++++++------------
 8 files changed, 52 insertions(+), 53 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]