From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29842 invoked by alias); 27 May 2008 23:30:49 -0000 Received: (qmail 29817 invoked by uid 9586); 27 May 2008 23:30:48 -0000 Date: Tue, 27 May 2008 23:30:00 -0000 Message-ID: <20080527233048.29805.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-331-g2cda5f4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a2eab6ee228991f3ebfa5f628857ec6c703c85d1 X-Git-Newrev: 2cda5f46cba978e19590efd7fee0b3075f8eb8df 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: X-SW-Source: 2008-q2/txt/msg00055.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 2cda5f46cba978e19590efd7fee0b3075f8eb8df (commit) from a2eab6ee228991f3ebfa5f628857ec6c703c85d1 (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 2cda5f46cba978e19590efd7fee0b3075f8eb8df Author: Josh Stone Date: Fri May 23 20:35:55 2008 -0700 Add prototypes for using the 2.6.26 probe_kernel_* functions. For now, the autoconf for the new code is disabled, because it shows poorer performance than our existing dereferencing functions. This is probably because ours get inlined and optimized. The code is being committed so that we may re-evaluate its usefulness in the future. This addresses bugzilla 6432. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 12 +++- buildrun.cxx | 6 ++ runtime/ChangeLog | 8 +++ runtime/autoconf-probe-kernel.c | 7 ++ runtime/loc2c-runtime.h | 125 ++++++++++++++++++++++++++++----------- 5 files changed, 120 insertions(+), 38 deletions(-) create mode 100644 runtime/autoconf-probe-kernel.c hooks/post-receive -- systemtap: system-wide probe/trace tool