]> sourceware.org Git - systemtap.git/commit
fix !CONFIG_FRAME_POINTER, !CONFIG_UTRACE case
authorTony Jones <tonyj@suse.de>
Thu, 10 Jun 2010 13:38:14 +0000 (09:38 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Thu, 10 Jun 2010 13:38:14 +0000 (09:38 -0400)
commitf8bfb48eddd36b2730db8c3b0d2a82ed8438ca87
tree0116ada8268afee57d56690516403f81bfb7fff9
parentc8bc20447d3c55a6d5b58b32275559fff5dbccfb
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>
runtime/autoconf-uprobe-get-pc.c
This page took 0.027738 seconds and 5 git commands to generate.