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-241-ge61774f


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  e61774fc6e469348b01da64689318bc4e8aa509d (commit)
       via  f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87 (commit)
      from  a61b6f176e1fd17e4d43b6114186cb57d87ec5e3 (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 e61774fc6e469348b01da64689318bc4e8aa509d
Merge: f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87 a61b6f176e1fd17e4d43b6114186cb57d87ec5e3
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Jun 10 09:40:01 2010 -0400

    Merge branch 'master' of git://sources.redhat.com/git/systemtap
    
    * 'master' of git://sources.redhat.com/git/systemtap:
      Tighten static user probe point operand contraints from "g" to "ro"

commit f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87
Author: Tony Jones <tonyj@suse.de>
Date:   Thu Jun 10 09:38:14 2010 -0400

    fix !CONFIG_FRAME_POINTER, !CONFIG_UTRACE case
    
    In a kernel without FRAME_POINTERS (using the DWARF UNWINDER) and without
    UTRACE I see the following in latest git master:
    [...]
    In file included from /tmp/stap/share/systemtap/runtime/stack.c:56:0,
                     from /tmp/stapPHqTen/stap_12068.c:52:
    /tmp/stap/share/systemtap/runtime/stack-i386.c: In function "__stp_stack_print":
    /tmp/stap/share/systemtap/runtime/stack-i386.c:69:25: error: implicit declaration of function "uprobe_get_pc".
    
    AFAICT the autoconf test should result in STAPCONF_UPROBE_GET_PC=0 for the
    case where CONFIG_UTRACE is unset since UPROBES requires UTRACE.
    
    Signed-off-by: Tony Jones <tonyj@suse.de>

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

Summary of changes:
 runtime/autoconf-uprobe-get-pc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 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]