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-390-g50f2545


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  50f2545f35145304256fff87f6a0b2b4300ba4ba (commit)
      from  4d30245812b44ccb98fa1555cfc06929deeaba25 (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 50f2545f35145304256fff87f6a0b2b4300ba4ba
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Mon Nov 7 18:23:03 2011 -0500

    PR13353: use session parameters to search for build-id.
    
    Previous code used uname directly, which ignored the arch/machine
    data already available in the incoming systemtap_session instance.
    
    * session.h (native_build): New flag.
    * session.cxx (check_options): Compute it.
      (systemtap_session ctors): Heurstically estimate it.
    * setupdwfl.cxx (get_kernel_build_id): Use incoming kernel_build_tree
      to search for vmlinux.id.  If native build suspected, check
      /sys/kernel/notes.

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

Summary of changes:
 session.cxx   |   19 +++++++++++--------
 session.h     |    1 +
 setupdwfl.cxx |   12 +++---------
 3 files changed, 15 insertions(+), 17 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]