From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12292 invoked by alias); 3 Jun 2010 09:37:25 -0000 Received: (qmail 12231 invoked by uid 9112); 3 Jun 2010 09:37:23 -0000 Date: Thu, 03 Jun 2010 09:37:00 -0000 Message-ID: <20100603093722.12219.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-201-gc265cd2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5c29163ab41614a825594e40cfcd1d35bc452cab X-Git-Newrev: c265cd259a82542abf290a6aeb058056d6c18b73 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q2/txt/msg00143.txt.bz2 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 c265cd259a82542abf290a6aeb058056d6c18b73 (commit) from 5c29163ab41614a825594e40cfcd1d35bc452cab (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 c265cd259a82542abf290a6aeb058056d6c18b73 Author: Mark Wielaard Date: Thu Jun 3 11:26:17 2010 +0200 Replace walk_stack field version guard with autoconf test. The test for whether or not to assign print_context_stack to the walk_stack stacktrace_ops field depended on the kernel version. Replace with a proper runtime/autoconf test to make sure the field always gets assigned when available. * buildrun.cxx (compile_pass): Add output for STAP_CONF_WALK_STACK. * runtime/autoconf-walk-stack.c: New test. * runtime/stack.c (print_stack_ops): Assign walk_stack field print_context_stack depending on STAP_CONF_WALK_STACK. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 1 + runtime/autoconf-walk-stack.c | 9 +++++++++ runtime/stack.c | 2 +- 3 files changed, 11 insertions(+), 1 deletions(-) create mode 100644 runtime/autoconf-walk-stack.c hooks/post-receive -- systemtap: system-wide probe/trace tool