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-251-geacd41d


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  eacd41d38bfec95e39f32d399ecc4e4f98eafe3d (commit)
       via  1a77e40cbe656d58d9779f51b12280727f84f500 (commit)
       via  e89986ca48fa7859cddd52be6b436443d2740a32 (commit)
      from  2eb99c62e37e4f9b2b94479d686bfdc449a3ab7c (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 eacd41d38bfec95e39f32d399ecc4e4f98eafe3d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Sep 23 13:34:37 2011 +0200

    stack.c (_stp_get_uregs): Recover user registers from kernel context.
    
    When possible recover full pt_regs user register set by unwinding
    using kernel context till we hit user space.

commit 1a77e40cbe656d58d9779f51b12280727f84f500
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Sep 23 13:18:32 2011 +0200

    unwind.c (adjustStartLoc): Call stap_find_vma_map_info_user() only on task.
    
    For kernel modules the mapped address is found in the section static_addr.

commit e89986ca48fa7859cddd52be6b436443d2740a32
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Sep 23 13:07:07 2011 +0200

    _stp_current_pt_regs() helper, explicitly checks current->mm.
    
    task_pt_regs(current) is only valid when current->mm has been setup.

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

Summary of changes:
 runtime/compatdefs.h     |    4 ++++
 runtime/stack.c          |   46 ++++++++++++++++++++++++++++++++++++++++++++--
 runtime/unwind.c         |    2 +-
 runtime/unwind/i386.h    |    5 +++++
 runtime/unwind/x86_64.h  |    5 +++++
 tapset/context.stp       |    4 +---
 tapset/s390/syscalls.stp |    2 +-
 tapset/syscalls2.stp     |    2 +-
 8 files changed, 62 insertions(+), 8 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]