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-364-gb3c857f


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  b3c857f19a8fab9067adee7374bd8a2c7377d160 (commit)
       via  af576461818a7f20896c238fe4b9a0efb9fa9db4 (commit)
      from  c92a217d52fa5ebb63f7a5e71495b33e7646b366 (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 b3c857f19a8fab9067adee7374bd8a2c7377d160
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jun 29 14:23:35 2010 +0200

    Consolidate _stp_print_symbol and _stp_func_print into _stp_print_addr.
    
    Finally one address symbol function to print them all.
    
    * runtime/sym.c (_stp_print_symbol): Removed.
      (_stp_func_print): Renamed to ...
      (_stp_print_addr): ... this.
    * runtime/stack-arm.c (__stp_stack_print): Use _stp_print_addr.
    * runtime/stack-i386.c (_stp_stack_print_fallback): Likewise.
      (__stp_stack_print): Likewise.
    * runtime/stack-ia64.c (dump_para): Add verbose flag.
      (__stp_show_stack_sym): Use _stp_print_addr with verbose flag.
      (__stp_show_stack_addr): Removed.
      (__stp_stack_print): Set verbose flag and just call __stp_show_stack_sym
      through unw_init_running.
    * runtime/stack-ppc.c (__stp_stack_print): Use _stp_print_addr.
    * runtime/stack-s390.c (__stp_show_stack): Likewise.
    * runtime/stack-x86_64.c (_stp_stack_print_fallback): Likewise.
      (__stp_stack_print): Likewise.
    * runtime/stack.c (print_stack_address): Likewise.
      (_stp_stack_print): Likewise.
      (_stp_stack_print_tsk): Likewise and use verbose flag.
    * tapset/context-symbols.stp (print_stack): Use _stp_print_addr.
    * tapset/ucontext-symbols.stp (print_ustack): Likewise.

commit af576461818a7f20896c238fe4b9a0efb9fa9db4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jun 29 12:02:48 2010 +0200

    Merge _stp_vma_module_name functionality into _stp_umod_lookup.
    
    This also includes the fix for 32bit signed values in 64bit longs issue
    which was missing from _stp_umod_lookup. Better to have the lookup and
    fix/workaround all in one place.
    
    * runtime/vma.c (_stp_vma_module_name): Removed.
    * runtime/sym.c (_stp_umod_lookup): Include module name lookup.
      (_stp_kallsyms_lookup): Get name directly when available throug umodule.
    * runtime/unwind.c (unwind): Adjust _stp_umod_lookup call.
    * tapset/ucontext.stp (umodname): Use _stp_umod_lookup.

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

Summary of changes:
 runtime/stack-arm.c         |    8 +-----
 runtime/stack-i386.c        |    6 ++--
 runtime/stack-ia64.c        |   31 ++++-----------------
 runtime/stack-ppc.c         |   21 +++++---------
 runtime/stack-s390.c        |   24 ++++------------
 runtime/stack-x86_64.c      |    4 +-
 runtime/stack.c             |   23 +++++++--------
 runtime/sym.c               |   62 ++++++++++++++++++-------------------------
 runtime/unwind.c            |    2 +-
 runtime/vma.c               |   20 --------------
 tapset/context-symbols.stp  |    5 +--
 tapset/ucontext-symbols.stp |    5 +--
 tapset/ucontext.stp         |    2 +-
 13 files changed, 69 insertions(+), 144 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]