From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2762 invoked by alias); 17 Aug 2011 17:17:09 -0000 Received: (qmail 2714 invoked by uid 9112); 17 Aug 2011 17:17:03 -0000 Date: Wed, 17 Aug 2011 17:17:00 -0000 Message-ID: <20110817171700.2699.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.6-113-g766cee5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d70b339b103b5cc6496f41836324da7e06e7328d X-Git-Newrev: 766cee5f52531d2599134b889c6e258a70026b42 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: 2011-q3/txt/msg00190.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 766cee5f52531d2599134b889c6e258a70026b42 (commit) from d70b339b103b5cc6496f41836324da7e06e7328d (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 766cee5f52531d2599134b889c6e258a70026b42 Author: Mark Wielaard Date: Wed Aug 17 19:13:24 2011 +0200 Really old kprobes didn't have a symbol_name field, autoconf it. kprobes on addresses do just work and can now be build. symbol_named kprobes now get a registration warning if the symbol_name field isn't available. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 1 + runtime/autoconf-kprobe-symbol-name.c | 6 ++++++ tapsets.cxx | 8 ++++++++ 3 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 runtime/autoconf-kprobe-symbol-name.c hooks/post-receive -- systemtap: system-wide probe/trace tool